Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstparse.c88 ctx->missing_elements = NULL; in gst_parse_context_new()
117 for (l = context->missing_elements; l != NULL; l = l->next) in gst_parse_context_copy()
120 ret->missing_elements = missing_copy.head; in gst_parse_context_copy()
137 g_list_foreach (context->missing_elements, (GFunc) g_free, NULL); in gst_parse_context_free()
138 g_list_free (context->missing_elements); in gst_parse_context_free()
166 len = g_list_length (context->missing_elements); in gst_parse_context_get_missing_elements()
173 for (i = 0, l = context->missing_elements; l != NULL; l = l->next, ++i) in gst_parse_context_get_missing_elements()
Dgst_private.h70 GList * missing_elements; member
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y205 … (graph)->ctx->missing_elements = g_list_append ((graph)->ctx->missing_elements, g_strdup (name)); in add_missing_element()
Dgrammar.y.in205 … (graph)->ctx->missing_elements = g_list_append ((graph)->ctx->missing_elements, g_strdup (name));
Dgrammar.tab.c279 … (graph)->ctx->missing_elements = g_list_append ((graph)->ctx->missing_elements, g_strdup (name)); in add_missing_element()