Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2339 GstClockTime time_to_split = GST_CLOCK_TIME_NONE; in need_new_fragment() local
2349 time_to_split = *ptr_to_time; in need_new_fragment()
2376 if (gop->start_time >= time_to_split) { in need_new_fragment()
2383 time_to_split = *ptr_to_time; in need_new_fragment()
2384 if (gop->start_time < time_to_split) { in need_new_fragment()
2393 GST_STIME_ARGS (time_to_split)); in need_new_fragment()