Home
last modified time | relevance | path

Searched refs:missing_copy (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstparse.c114 GQueue missing_copy = G_QUEUE_INIT; in gst_parse_context_copy() local
118 g_queue_push_tail (&missing_copy, g_strdup ((const gchar *) l->data)); in gst_parse_context_copy()
120 ret->missing_elements = missing_copy.head; in gst_parse_context_copy()