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.
This commit is contained in:
Tim-Philipp Müller 2011-10-29 20:06:54 +01:00
parent 5842e3fc38
commit 948980bf11

View file

@ -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:
*