mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
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:
parent
5842e3fc38
commit
948980bf11
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue