mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
id3mux: handle publisher, interpreted-by and musical-key tags
https://bugzilla.gnome.org/show_bug.cgi?id=705999
This commit is contained in:
parent
32a65dc5f3
commit
f0eda4b54c
1 changed files with 3 additions and 0 deletions
|
@ -1078,6 +1078,9 @@ static const struct
|
|||
GST_TAG_COMPOSER, add_text_tag, "TCOM"}, {
|
||||
GST_TAG_GENRE, add_text_tag, "TCON"}, {
|
||||
GST_TAG_ENCODED_BY, add_text_tag, "TENC"}, {
|
||||
GST_TAG_PUBLISHER, add_text_tag, "TPUB"}, {
|
||||
GST_TAG_INTERPRETED_BY, add_text_tag, "TPE4"}, {
|
||||
GST_TAG_MUSICAL_KEY, add_text_tag, "TKEY"}, {
|
||||
|
||||
/* Private frames */
|
||||
GST_ID3_DEMUX_TAG_ID3V2_FRAME, add_id3v2frame_tag, NULL}, {
|
||||
|
|
Loading…
Reference in a new issue