Searched refs:potential_next_gop (Results 1 – 2 of 2) sorted by relevance
428 sink->potential_next_gop = NULL; in gst_multi_file_sink_start()462 if (multifilesink->potential_next_gop != NULL) { in gst_multi_file_sink_stop()463 g_list_free_full (multifilesink->potential_next_gop, in gst_multi_file_sink_stop()465 multifilesink->potential_next_gop = NULL; in gst_multi_file_sink_stop()816 sink->potential_next_gop = in gst_multi_file_sink_render()817 g_list_append (sink->potential_next_gop, gst_buffer_ref (buffer)); in gst_multi_file_sink_render()830 if (sink->potential_next_gop) { in gst_multi_file_sink_render()835 for (tmp = sink->potential_next_gop; tmp; tmp = tmp->next) { in gst_multi_file_sink_render()839 g_list_free (sink->potential_next_gop); in gst_multi_file_sink_render()840 sink->potential_next_gop = NULL; in gst_multi_file_sink_render()
107 GList *potential_next_gop; /* To detect false-positives */ member