From f0fde8be887106f0f00b14299dfcbf340018c9ab Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Sat, 31 Jan 2015 10:47:40 -0300 Subject: [PATCH] qtmux: map application name to _swr tag It refers to the application name and version used to create the file https://bugzilla.gnome.org/show_bug.cgi?id=692473 --- gst/isomp4/gstqtmux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index 9247d88..fcb852c 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -1042,6 +1042,7 @@ static const GstTagToFourcc tag_matches_mp4[] = { {FOURCC_soar, GST_TAG_ARTIST_SORTNAME, NULL, gst_qt_mux_add_mp4_tag}, {FOURCC_aART, GST_TAG_ALBUM_ARTIST, NULL, gst_qt_mux_add_mp4_tag}, {FOURCC_soaa, GST_TAG_ALBUM_ARTIST_SORTNAME, NULL, gst_qt_mux_add_mp4_tag}, + {FOURCC__swr, GST_TAG_APPLICATION_NAME, NULL, gst_qt_mux_add_mp4_tag}, {FOURCC__cmt, GST_TAG_COMMENT, NULL, gst_qt_mux_add_mp4_tag}, {FOURCC__wrt, GST_TAG_COMPOSER, NULL, gst_qt_mux_add_mp4_tag}, {FOURCC_soco, GST_TAG_COMPOSER_SORTNAME, NULL, gst_qt_mux_add_mp4_tag}, -- 2.7.4