mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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) {
|
if (QT_FOURCC (buffer + 12) == FOURCC_hdlr) {
|
||||||
/* Variant 1: What QTFF specifies. 'meta' is a short header which
|
/* 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);
|
qtdemux_parse_container (qtdemux, node, buffer + 8, end);
|
||||||
} else if (QT_UINT32 (buffer + 8) == 0x00000000) {
|
} else if (QT_UINT32 (buffer + 8) == 0x00000000) {
|
||||||
/* Variant 2: What ISO BMFF specifies. 'meta' is a _full_ atom
|
/* Variant 2: What ISO BMFF specifies. 'meta' is a _full_ atom
|
||||||
|
|
Loading…
Reference in a new issue