qtdemux: extract codec_data for ProRes
authorMichael Smith <msmith@rdio.com>
Tue, 12 Feb 2013 20:53:52 +0000 (12:53 -0800)
committerDavid Schleef <ds@schleef.org>
Tue, 12 Feb 2013 21:19:53 +0000 (13:19 -0800)
gst/isomp4/qtdemux.c

index 0c6f9d0..8098361 100644 (file)
@@ -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);