Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.c909 gboolean needs_correction; in gst_video_time_code_add_interval() local
921 needs_correction = (tc->config.flags & GST_VIDEO_TIME_CODE_FLAGS_DROP_FRAME) in gst_video_time_code_add_interval()
923 if (needs_correction) { in gst_video_time_code_add_interval()
939 if (needs_correction) { in gst_video_time_code_add_interval()
945 needs_correction = FALSE; in gst_video_time_code_add_interval()
949 if (needs_correction && ret->minutes % 10 == 0 && tc->frames > df) { in gst_video_time_code_add_interval()