summaryrefslogtreecommitdiff
path: root/gst/isomp4/gstqtmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/isomp4/gstqtmux.h')
-rw-r--r--gst/isomp4/gstqtmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/isomp4/gstqtmux.h b/gst/isomp4/gstqtmux.h
index bfe74054d..196c91f1a 100644
--- a/gst/isomp4/gstqtmux.h
+++ b/gst/isomp4/gstqtmux.h
@@ -108,6 +108,7 @@ struct _GstQTPad
GstBuffer *last_buf;
/* dts of last_buf */
GstClockTime last_dts;
+ guint64 sample_offset;
/* This is compensate for CTTS */
GstClockTime dts_adjustment;
@@ -254,6 +255,8 @@ struct _GstQTMux
GstClockTime interleave_time;
gboolean interleave_bytes_set, interleave_time_set;
+ GstClockTime max_raw_audio_drift;
+
/* Reserved minimum MOOV size in bytes
* This is converted from reserved_max_duration
* using the bytes/trak/sec estimate */