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 324123 - id3demux chokes on this file
id3demux chokes on this file
Status: RESOLVED DUPLICATE of bug 322049
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-14 21:48 UTC by Jonathan Matthew
Modified: 2005-12-14 22:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathan Matthew 2005-12-14 21:48:14 UTC
ftp://ftp.scene.org/pub/music/groups/commie/commie031-euji_acha-enriched_uranium.mp3

gst-launch -t filesrc location=file ! decodebin ! fakesink

it appears to read the v1 and v2 tags successfully, then goes into
GST_ID3_TAG_STATE_NORMAL, and ignores the rest of the data (gst_id3_tag_chain is
still being called) until EOS, and then everything stops.

GStreamer 0.8 has no problems with this file.
Comment 1 Tim-Philipp Müller 2005-12-14 22:33:38 UTC
This seems to be the same problem as bug #322049.

*** This bug has been marked as a duplicate of 322049 ***