qtdemux: Fix comment typo in previous commit

This commit is contained in:
Edward Hervey 2018-02-09 11:26:56 +01:00 committed by Edward Hervey
parent e16be12e37
commit 192b447e0b

View file

@ -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