mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
tag: id3v2: Recognise TCO (Genre) tags in ID3v2.2
Original commit message from CVS: * gst-libs/gst/tag/id3v2.c: Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster (Fixes #338713)
This commit is contained in:
parent
571d8f9d86
commit
e3aa8b3163
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ const struct ID3v2FrameIDConvert
|
||||||
"TAL", "TALB"}, {
|
"TAL", "TALB"}, {
|
||||||
"TBP", "TBPM"}, {
|
"TBP", "TBPM"}, {
|
||||||
"TCM", "TCOM"}, {
|
"TCM", "TCOM"}, {
|
||||||
|
"TCO", "TCON"}, {
|
||||||
"TCR", "TCOP"}, {
|
"TCR", "TCOP"}, {
|
||||||
"TDA", "TDRC"}, {
|
"TDA", "TDRC"}, {
|
||||||
"TDY", "TDLY"}, {
|
"TDY", "TDLY"}, {
|
||||||
|
|
Loading…
Reference in a new issue