diff options
Diffstat (limited to 'gst/timecode/gstavwait.h')
-rw-r--r-- | gst/timecode/gstavwait.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/timecode/gstavwait.h b/gst/timecode/gstavwait.h index 3e27f0b2c..7cac85129 100644 --- a/gst/timecode/gstavwait.h +++ b/gst/timecode/gstavwait.h @@ -62,11 +62,15 @@ struct _GstAvWait GstSegment asegment, vsegment; GstClockTime running_time_to_wait_for; + GstClockTime last_seen_video_running_time; + GstVideoTimeCode *last_seen_tc; gboolean video_eos_flag; gboolean audio_flush_flag; gboolean shutdown_flag; + gboolean dropping; + GCond cond; GMutex mutex; }; |