From 7951409932e5a9da0c71da7a72d0ae8e6b706d69 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 16 Jun 2003 17:39:26 +0000 Subject: 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. --- gst/qtdemux/qtdemux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/qtdemux/qtdemux.h') 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 */ }; -- cgit