mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
qtdemux: extract codec_data for ProRes
This commit is contained in:
parent
c499a81848
commit
e3430b0d07
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue