Home
last modified time | relevance | path

Searched refs:need_context_messages (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
1240 need_context_messages = NULL; in gst_bin_add_func()
1261 need_context_messages = g_list_prepend (need_context_messages, msg); in gst_bin_add_func()
1303 for (l = need_context_messages; l; l = l->next) { in gst_bin_add_func()
1346 g_list_free (need_context_messages); in gst_bin_add_func()