summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/qtdemux/qtdemux.h')
-rw-r--r--gst/qtdemux/qtdemux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.h b/gst/qtdemux/qtdemux.h
index 42aa1571..97b907f9 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -68,9 +68,12 @@ struct _GstQTDemux {
guint neededbytes;
guint todrop;
GstAdapter *adapter;
+ GstBuffer *mdatbuffer;
/* offset of the media data (i.e.: Size of header) */
guint64 offset;
+ /* offset of the mdat atom */
+ guint64 mdatoffset;
GstTagList *tag_list;