mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +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
|
* Since: 0.10.15
|
||||||
*/
|
*/
|
||||||
/* FIXME 0.11: change to "artist-sortname" */
|
#define GST_TAG_ARTIST_SORTNAME "artist-sortname"
|
||||||
#define GST_TAG_ARTIST_SORTNAME "musicbrainz-sortname"
|
|
||||||
/**
|
/**
|
||||||
* GST_TAG_ALBUM:
|
* GST_TAG_ALBUM:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue