mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
qtdemux: Fix comment typo in previous commit
This commit is contained in:
parent
e16be12e37
commit
192b447e0b
1 changed files with 1 additions and 1 deletions
|
@ -7534,7 +7534,7 @@ qtdemux_parse_node (GstQTDemux * qtdemux, GNode * node, const guint8 * buffer,
|
|||
}
|
||||
if (QT_FOURCC (buffer + 12) == FOURCC_hdlr) {
|
||||
/* Variant 1: What QTFF specifies. 'meta' is a short header which
|
||||
* starts with a 'hldr' atom */
|
||||
* starts with a 'hdlr' atom */
|
||||
qtdemux_parse_container (qtdemux, node, buffer + 8, end);
|
||||
} else if (QT_UINT32 (buffer + 8) == 0x00000000) {
|
||||
/* Variant 2: What ISO BMFF specifies. 'meta' is a _full_ atom
|
||||
|
|
Loading…
Reference in a new issue