From 45edbacd239b7a89a27966eb5d93b03562cea8b5 Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Wed, 14 Aug 2013 16:20:45 +0100 Subject: tag: id3: handle publisher, interpreted-by and musical-key tags https://bugzilla.gnome.org/show_bug.cgi?id=705999 --- gst-libs/gst/tag/gstid3tag.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst-libs/gst/tag') diff --git a/gst-libs/gst/tag/gstid3tag.c b/gst-libs/gst/tag/gstid3tag.c index c23ac9b0c..95d6df817 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} }; -- cgit v1.2.3