GNOME Bugzilla – Bug 325974
[gst0.10] doesn't correctly gets the tags on a mp3
Last modified: 2006-01-13 15:36:05 UTC
This bug is a part of the issue described by https://launchpad.net/malone/bugs/6399 "I have got around 250 mp3 songs anf they play well with the "ugly" gst0.10 plug-in, except 5 of them. Rhythmbox reports an "internal gstreamer error". It talks either about "pad" or "caps" problem. ..."
You can download the mp3 from http://pkg-gnome.alioth.debian.org/bugzilla/325974.mp3 "gst-launch-0.10 -t filesrc location=325974.mp3 ! decodebin ! fakesink" doesn't list any tag, the same command with gst-launch-0.8 works fine
Some fixes were made to mad and id3demux recently which make this work. bilboed@thiefkiller ~/media/bugzilla/325974 $ gst-launch-0.10 -t filesrc location=325974.mp3 ! decodebin ! alsasink Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... FOUND TAG : found by element "id3demux0". artist: MP3 - Download album: Premier Choix track number: 0 FOUND TAG : found by element "mad0". layer: 3 mode: joint emphasis: none Setting pipeline to PLAYING ... New clock: audioclock0 Caught interrupt --