Searched refs:next_fku_time (Results 1 – 2 of 2) sorted by relevance
624 splitmux->next_fku_time = GST_CLOCK_TIME_NONE; in gst_splitmux_sink_init()1486 GstClockTime next_fku_time = GST_CLOCK_TIME_NONE; in request_next_keyframe() local1575 next_fku_time = next_max_tc_time - tc_rounding_error; in request_next_keyframe()1581 next_fku_time = 0; in request_next_keyframe()1587 if (GST_CLOCK_TIME_IS_VALID (splitmux->next_fku_time)) { in request_next_keyframe()1588 GstClockTime allowed_time = splitmux->next_fku_time; in request_next_keyframe()1598 GST_TIME_ARGS (splitmux->next_fku_time)); in request_next_keyframe()1608 GST_TIME_ARGS (splitmux->next_fku_time), in request_next_keyframe()1612 } else if (allowed_time != splitmux->next_fku_time && in request_next_keyframe()1613 target_time < splitmux->next_fku_time) { in request_next_keyframe()[all …]
148 GstClockTime next_fku_time; member