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 329810 - Fails to read ID3 tag
Fails to read ID3 tag
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.1
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-03 17:03 UTC by Sven Arvidsson
Modified: 2006-02-04 14:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
MP3 file with ID3 version 2.4.0 tag (976.56 KB, application/octet-stream)
2006-02-03 17:07 UTC, Sven Arvidsson
Details

Description Sven Arvidsson 2006-02-03 17:03:11 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
Comment 1 Sven Arvidsson 2006-02-03 17:07:16 UTC
Created attachment 58658 [details]
MP3 file with ID3 version 2.4.0 tag
Comment 2 Jan Schmidt 2006-02-04 13:36:04 UTC
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