diff options
Diffstat (limited to 'gst/timecode/gsttimecodestamper.h')
-rw-r--r-- | gst/timecode/gsttimecodestamper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/timecode/gsttimecodestamper.h b/gst/timecode/gsttimecodestamper.h index 0aa6ea4a6..5d69359de 100644 --- a/gst/timecode/gsttimecodestamper.h +++ b/gst/timecode/gsttimecodestamper.h @@ -71,7 +71,7 @@ struct _GstTimeCodeStamper GstVideoTimeCode *ltc_current_tc; GstVideoTimeCode *ltc_intern_tc; GstClockTime ltc_max_offset; - gint ltc_add; + gint tc_add; GstSegment ltc_segment; GstVideoInfo vinfo; gboolean post_messages; |