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 342209 - [mad] Doesn't want to play various MP3s (internal dataflow error)
[mad] Doesn't want to play various MP3s (internal dataflow error)
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.3
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-18 04:08 UTC by Sebastian Dröge (slomo)
Modified: 2006-05-18 22:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2006-05-18 04:08:46 UTC
Hi,
with the current releases of everything gstreamer doesn't want to play various MP3s.

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /playbin0/source: Internal data flow error.
Additional debug info:
gstbasesrc.c(1510): gst_base_src_loop (): /playbin0/source:
streaming task paused, reason not-negotiated
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
FREEING pipeline ...


GST_DEBUG=3 GST_DEBUG_NO_COLOR=1 gst-launch-0.10 playbin uri=file:///Layla.mp3 &> gst.log
http://librarian.launchpad.net/2696492/gst.log

Bye

Ubuntu Bug: https://launchpad.net/distros/ubuntu/+source/gst-plugins-ugly0.10/+bug/42247
Comment 1 Sebastian Dröge (slomo) 2006-05-18 04:11:24 UTC
This doesn't seem to be a dup of bug #340258 btw as no ESD and no USB Audigy is involved here
Comment 2 Tim-Philipp Müller 2006-05-18 08:17:56 UTC
Could you get us a (gzipped) GST_DEBUG=4 or GST_DEBUG=5 log? (log level 3 is hardly ever useful)
Comment 3 Sebastian Dröge (slomo) 2006-05-18 16:30:21 UTC
Here's the output with GST_DEBUG=5:
http://librarian.launchpad.net/2731434/gst.tar.gz

I hope that this is of any help for you :)
Comment 4 Tim-Philipp Müller 2006-05-18 16:52:21 UTC
Thanks!

From the log:

  gst_pad_push:<id3demux0:src> caps changed to application/x-id3
  pad getcaps id3demux0:src returned audio/mpeg, mpegversion=(int)1, layer=(int)3
  caps application/x-id3 not accepted

My first guess would be that that person is using an outdated gst-plugins-good (ie. not 0.10.3 or newer).
Comment 5 Sebastian Dröge (slomo) 2006-05-18 17:29:20 UTC
Yeah that fixed it for the original reporter... thanks for the hint and sorry for the noise :)
Comment 6 Tim-Philipp Müller 2006-05-18 22:48:44 UTC
No problem, we don't have to fix anything after all ;)