Searched refs:fragment_start_time (Results 1 – 2 of 2) sorted by relevance
797 splitmux->fragment_start_time, NULL); in gst_splitmux_sink_set_property()2534 if (queued_time < splitmux->fragment_start_time) in handle_gathered_gop()2537 queued_time -= splitmux->fragment_start_time; in handle_gathered_gop()2564 splitmux->fragment_start_time = gop->start_time; in handle_gathered_gop()2572 splitmux->fragment_start_time, NULL); in handle_gathered_gop()2900 if (!GST_CLOCK_STIME_IS_VALID (splitmux->fragment_start_time)) { in handle_mq_input()2901 splitmux->fragment_start_time = rtime; in handle_mq_input()2904 GST_STIME_ARGS (splitmux->fragment_start_time)); in handle_mq_input()3021 if (!GST_CLOCK_STIME_IS_VALID (splitmux->fragment_start_time) in handle_mq_input()3022 || splitmux->fragment_start_time > running_time) { in handle_mq_input()[all …]
179 GstClockTimeDiff fragment_start_time; member