From 192b447e0b0db632054f9de9f0bbc5820178c9ab Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 9 Feb 2018 11:26:56 +0100 Subject: [PATCH] qtdemux: Fix comment typo in previous commit --- gst/isomp4/qtdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index b0deab5165..a6f870f032 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -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