From 948980bf11e47841c2dcf4385a833541d96a095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 29 Oct 2011 20:06:54 +0100 Subject: [PATCH] taglist: fix string for GST_TAG_ARTIST_SORTNAME For historical reasons it was mapped to a musicbrainz prefix, but it's not really musicbrainz-specific at all. --- gst/gsttaglist.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index e40d52ab0e..f6eb4192e6 100644 --- a/gst/gsttaglist.h +++ b/gst/gsttaglist.h @@ -417,8 +417,7 @@ gboolean gst_tag_list_get_buffer_index (const GstTagList * list, * * Since: 0.10.15 */ -/* FIXME 0.11: change to "artist-sortname" */ -#define GST_TAG_ARTIST_SORTNAME "musicbrainz-sortname" +#define GST_TAG_ARTIST_SORTNAME "artist-sortname" /** * GST_TAG_ALBUM: *