Searched refs:elem_contexts (Results 1 – 1 of 1) sorted by relevance
1165 GList *l, *elem_contexts, *need_context_messages; in gst_bin_add_func() local1236 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()