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 325974 - [gst0.10] doesn't correctly gets the tags on a mp3
[gst0.10] doesn't correctly gets the tags on a mp3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.0
Other Linux
: Normal normal
: 0.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-06 11:54 UTC by Sebastien Bacher
Modified: 2006-01-13 15:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-01-06 11:54:29 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.
..."
Comment 1 Sebastien Bacher 2006-01-06 11:57:06 UTC
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
Comment 2 Edward Hervey 2006-01-06 15:11:22 UTC
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 --