From 83987b5037df8b9c2384f96e3c5351317db16cd8 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 28 Jun 2017 19:46:04 +0200 Subject: [PATCH] qtdemux: specify '_swr' atom as a container atom ... so it is parsed as an mp4 style metadata atom as written by muxer --- gst/isomp4/qtdemux_types.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/isomp4/qtdemux_types.c b/gst/isomp4/qtdemux_types.c index 850129d772..d14ea3073a 100644 --- a/gst/isomp4/qtdemux_types.c +++ b/gst/isomp4/qtdemux_types.c @@ -143,6 +143,7 @@ static const QtNodeType qt_node_types[] = { {FOURCC_keyw, "Keywords", QT_FLAG_CONTAINER,}, {FOURCC_kywd, "Keywords", QT_FLAG_CONTAINER,}, {FOURCC__too, "Encoder", QT_FLAG_CONTAINER,}, + {FOURCC__swr, "Application Name", QT_FLAG_CONTAINER,}, {FOURCC_____, "----", QT_FLAG_CONTAINER,}, {FOURCC_data, "data", 0, qtdemux_dump_unknown}, {FOURCC_free, "free", 0,},