Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.h214 GstQueueArray *times_to_split; member
Dgstsplitmuxsink.c623 splitmux->times_to_split = gst_queue_array_new_for_struct (8, 8); in gst_splitmux_sink_init()
699 if (splitmux->times_to_split) in gst_splitmux_sink_finalize()
700 gst_queue_array_free (splitmux->times_to_split); in gst_splitmux_sink_finalize()
2347 gst_queue_array_peek_head_struct (splitmux->times_to_split); in need_new_fragment()
2379 gst_queue_array_pop_head_struct (splitmux->times_to_split); in need_new_fragment()
2381 ptr_to_time = gst_queue_array_peek_head_struct (splitmux->times_to_split); in need_new_fragment()
2387 gst_queue_array_pop_head_struct (splitmux->times_to_split); in need_new_fragment()
2388 ptr_to_time = gst_queue_array_peek_head_struct (splitmux->times_to_split); in need_new_fragment()
4002 gst_queue_array_clear (splitmux->times_to_split); in gst_splitmux_sink_reset()
4152 gst_queue_array_push_tail_struct (splitmux->times_to_split, &split_time); in split_at_running_time()