qtdemux: extract codec_data for ProRes

This commit is contained in:
Michael Smith 2013-02-12 12:53:52 -08:00 committed by David Schleef
parent c499a81848
commit e3430b0d07

View 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);