From: Matthieu Bouron Date: Wed, 14 Aug 2013 15:20:45 +0000 (+0100) Subject: tag: id3: handle publisher, interpreted-by and musical-key tags X-Git-Tag: 1.19.3~511^2~5085 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45edbacd239b7a89a27966eb5d93b03562cea8b5;p=platform%2Fupstream%2Fgstreamer.git tag: id3: handle publisher, interpreted-by and musical-key tags https://bugzilla.gnome.org/show_bug.cgi?id=705999 --- diff --git a/gst-libs/gst/tag/gstid3tag.c b/gst-libs/gst/tag/gstid3tag.c index c23ac9b..95d6df8 100644 --- a/gst-libs/gst/tag/gstid3tag.c +++ b/gst-libs/gst/tag/gstid3tag.c @@ -110,6 +110,9 @@ static const GstTagEntryMatch tag_matches[] = { {GST_TAG_ARTIST_SORTNAME, "TSOP"}, {GST_TAG_ALBUM_SORTNAME, "TSOA"}, {GST_TAG_TITLE_SORTNAME, "TSOT"}, + {GST_TAG_PUBLISHER, "TPUB"}, + {GST_TAG_INTERPRETED_BY, "TPE4"}, + {GST_TAG_MUSICAL_KEY, "TKEY"}, {NULL, NULL} };