Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstmultifilesink.c428 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()
Dgstmultifilesink.h107 GList *potential_next_gop; /* To detect false-positives */ member