summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Smith <msmith@rdio.com>2013-02-12 12:53:52 -0800
committerDavid Schleef <ds@schleef.org>2013-02-12 13:19:53 -0800
commite3430b0d07aef805a21474e4c40870ca558ea40a (patch)
treecdc3b64a3f72ed44a4ccbea1679f7f176f371621
parentc499a81848fb0c75a5705be481abb46949cb624e (diff)
qtdemux: extract codec_data for ProRes
-rw-r--r--gst/isomp4/qtdemux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c
index 0c6f9d0c9..80983618e 100644
--- a/gst/isomp4/qtdemux.c
+++ b/gst/isomp4/qtdemux.c
@@ -4881,6 +4881,9 @@ qtdemux_parse_node (GstQTDemux * qtdemux, GNode * node, const guint8 * buffer,
guint32 version;
int tlen;
+ /* codec_data is contained inside these atoms, which all have
+ * the same format. */
+
GST_DEBUG_OBJECT (qtdemux, "parsing in %" GST_FOURCC_FORMAT,
GST_FOURCC_ARGS (fourcc));
version = QT_UINT32 (buffer + 16);