After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338713 - [id3demux] TCO genre tags (id3v2.2) don't get read by gstreamer
[id3demux] TCO genre tags (id3v2.2) don't get read by gstreamer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-16 16:32 UTC by Alex Lancaster
Modified: 2006-04-17 10:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds "TCO" -> "TCON" translation (492 bytes, patch)
2006-04-16 16:33 UTC, Alex Lancaster
committed Details | Review

Description Alex Lancaster 2006-04-16 16:32:18 UTC
This patch fixes that.
Comment 1 Alex Lancaster 2006-04-16 16:33:40 UTC
Created attachment 63646 [details] [review]
Adds "TCO" -> "TCON" translation
Comment 2 Alex Lancaster 2006-04-16 19:53:20 UTC
See:

http://www.id3.org/id3v2-00.txt
Comment 3 Jan Schmidt 2006-04-17 10:02:19 UTC
Thanks! Fixed in CVS:

        * gst/id3demux/id3tags.c:
        Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
        (Fixes #338713)