Searched refs:last_moov_update (Results 1 – 2 of 2) sorted by relevance
343 GstClockTime last_moov_update; member
826 qtmux->last_moov_update = GST_CLOCK_TIME_NONE; in gst_qt_mux_reset()4848 if (position > qtmux->last_moov_update && in gst_qt_mux_robust_recording_update()4849 position - qtmux->last_moov_update > qtmux->muxed_since_last_update) { in gst_qt_mux_robust_recording_update()4853 qtmux->muxed_since_last_update = position - qtmux->last_moov_update; in gst_qt_mux_robust_recording_update()4863 if (qtmux->last_moov_update != GST_CLOCK_TIME_NONE && in gst_qt_mux_robust_recording_update()4864 (position <= qtmux->last_moov_update || in gst_qt_mux_robust_recording_update()4865 (position - qtmux->last_moov_update) < in gst_qt_mux_robust_recording_update()4871 qtmux->last_moov_update = position; in gst_qt_mux_robust_recording_update()