mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
riff: map ISBJ tag to GST_TAG_ALBUM_ARTIST
http://www.bass.radio42.com/help/html/7e1a8908-88bd-d54b-77d7-f0d08466284c.htm
This commit is contained in:
parent
4872c7bf75
commit
f17b8cbbc3
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ gst_riff_parse_info (GstElement * element,
|
|||
type = GST_TAG_ALBUM;
|
||||
break;
|
||||
case GST_RIFF_INFO_ISBJ:
|
||||
type = NULL; /*"Subject"; */
|
||||
type = GST_TAG_ALBUM_ARTIST;
|
||||
break;
|
||||
case GST_RIFF_INFO_ISFT:
|
||||
type = GST_TAG_ENCODER;
|
||||
|
|
Loading…
Reference in a new issue