GNOME Bugzilla – Bug 329810
Fails to read ID3 tag
Last modified: 2006-02-04 14:08:29 UTC
Gstreamer 0.10 fails to read the metadata of this file with ID3 version 2.4.0 tag. It's read with no problems using Gstreamer 0.8.11. 0.10: FOUND TAG : found by element "id3demux0". title: artist: album: track number: 0 genre: comment: Description: XXX Comment: @ E date: 9999-99-99 0.8: FOUND TAG : found by element "id3demux0". title: 53rd & 3rd artist: Ramones album: We're Outta Here track number: 27 genre: Punk comment: #rH @ EFNet date: 729025
Created attachment 58658 [details] MP3 file with ID3 version 2.4.0 tag
Thanks for the file :) Fixed in CVS: * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), (parse_split_strings): Adjust for data length indicators when parsing (Fixes #329810) Fix stupid bug parsing UTF-8 tag text. Output tag strings with multiple fields as multiple tags, so the app gets all the data. 0.10: FOUND TAG : found by element "id3demux0". title: 53rd & 3rd artist: Ramones album: We're Outta Here track number: 27 genre: Punk comment: #rH @ EFNet date: 1997-01-01 0.8: FOUND TAG : found by element "id3demux0". title: 53rd & 3rd artist: Ramones album: We're Outta Here track number: 27 genre: Punk comment: #rH @ EFNet date: 729025