From: Tim-Philipp Müller Date: Sat, 29 Oct 2011 19:06:54 +0000 (+0100) Subject: taglist: fix string for GST_TAG_ARTIST_SORTNAME X-Git-Tag: RELEASE-0.11.2~559 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=948980bf11e47841c2dcf4385a833541d96a095a;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/gst/gsttaglist.h b/gst/gsttaglist.h index e40d52a..f6eb419 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: *