Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbin.c1165 GList *l, *elem_contexts, *need_context_messages; in gst_bin_add_func() local
1236 elem_contexts = gst_element_get_contexts (element); in gst_bin_add_func()
1241 for (l = elem_contexts; l; l = l->next) { in gst_bin_add_func()
1345 g_list_free_full (elem_contexts, (GDestroyNotify) gst_context_unref); in gst_bin_add_func()