mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
gst/id3demux/id3tags.c: (Fixes #338713)
Original commit message from CVS: * gst/id3demux/id3tags.c: Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster (Fixes #338713)
This commit is contained in:
parent
c0815648cc
commit
5ff469042f
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-04-17 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* gst/id3demux/id3tags.c:
|
||||
Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
|
||||
(Fixes #338713)
|
||||
|
||||
2006-04-12 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
|
||||
|
|
|
@ -264,6 +264,7 @@ const struct ID3v2FrameIDConvert
|
|||
"TAL", "TALB"}, {
|
||||
"TBP", "TBPM"}, {
|
||||
"TCM", "TCOM"}, {
|
||||
"TCO", "TCON"}, {
|
||||
"TCR", "TCOP"}, {
|
||||
"TDA", "TDRC"}, {
|
||||
"TDY", "TDLY"}, {
|
||||
|
|
Loading…
Reference in a new issue