Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsink.c2413 next_gop ? next_gop->start_time : splitmux->max_in_running_time; in need_new_fragment()
2661 G_TYPE_INT64, splitmux->max_in_running_time, NULL)); in check_completed_gop()
2724 next_gop_start = splitmux->max_in_running_time; in check_completed_gop()
2908 if (!GST_CLOCK_STIME_IS_VALID (splitmux->max_in_running_time)) in handle_mq_input()
2909 splitmux->max_in_running_time = rtime; in handle_mq_input()
3034 if (!GST_CLOCK_STIME_IS_VALID (splitmux->max_in_running_time) in handle_mq_input()
3035 || splitmux->max_in_running_time < splitmux->fragment_start_time) in handle_mq_input()
3036 splitmux->max_in_running_time = splitmux->fragment_start_time; in handle_mq_input()
3175 if (ctx->in_running_time > splitmux->max_in_running_time) in handle_mq_input()
3176 splitmux->max_in_running_time = ctx->in_running_time; in handle_mq_input()
[all …]
Dgstsplitmuxsink.h168 GstClockTimeDiff max_in_running_time; member
/third_party/gstreamer/gstplugins_good/
DChangeLog33193 max_in_running_time is set to 10s.
33198 max_in_running_time is still 10s.
33204 max_in_running_time is now 20s. Since subtitle's in_running_time is already
33214 - Respect time order, so we set out_running_tim=max_in_running_time because