summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-06-16 17:39:26 +0000
committerDavid Schleef <ds@schleef.org>2003-06-16 17:39:26 +0000
commit7951409932e5a9da0c71da7a72d0ae8e6b706d69 (patch)
tree44779846ec919c2759259039b3d5ab1a08330ac6 /gst/qtdemux/qtdemux.h
parent5dfbbe044ded85c44c5d44c15a75ac0bf42ce700 (diff)
Handle compressed headers. Fix inappropriate use of bytestream_flush().
Original commit message from CVS: Handle compressed headers. Fix inappropriate use of bytestream_flush(). Code cleanup. Added getcaps and _link functions for src pads. Extract and set the size,rate,channels correctly. Fix some of the caps to agree with avidemux and/or ffmpeg.
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 53af27b7..108faab1 100644
--- a/gst/qtdemux/qtdemux.h
+++ b/gst/qtdemux/qtdemux.h
@@ -60,12 +60,15 @@ struct _GstQTDemux {
GstByteStream *bs;
GNode *moov_node;
+ GNode *moov_node_compressed;
guint32 timescale;
guint32 duration;
int state;
+ int offset;
+
/* track stuff */
};