taglist: fix string for GST_TAG_ARTIST_SORTNAME
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 29 Oct 2011 19:06:54 +0000 (20:06 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 29 Oct 2011 19:06:54 +0000 (20:06 +0100)
For historical reasons it was mapped to a musicbrainz prefix,
but it's not really musicbrainz-specific at all.

gst/gsttaglist.h

index e40d52a..f6eb419 100644 (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:
  *