summaryrefslogtreecommitdiff
path: root/gst-libs/gst/tag
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@collabora.com>2013-08-14 16:20:45 +0100
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-20 14:44:55 +0200
commit45edbacd239b7a89a27966eb5d93b03562cea8b5 (patch)
treebd91f4537cc060084b4b1e02fd85fcece66c1c41 /gst-libs/gst/tag
parent541c061ee81c07b1f36869e897cb2cbe4b34effc (diff)
tag: id3: handle publisher, interpreted-by and musical-key tags
https://bugzilla.gnome.org/show_bug.cgi?id=705999
Diffstat (limited to 'gst-libs/gst/tag')
-rw-r--r--gst-libs/gst/tag/gstid3tag.c3
1 files changed, 3 insertions, 0 deletions
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}
};