GNOME Bugzilla – Bug 498403
"Internal data flow error" with MP3
Last modified: 2007-12-06 08:03:46 UTC
Please describe the problem: When attempting to play an MP3 file, Totem says "An error occurred\n\nInternal data flow error" Steps to reproduce: 1. Start totem 2. Open an ordinary mp3 3. Hit play 4. See error. Actual results: Error message Expected results: Play song Does this happen every time? Yes Other information:
What version of GStreamer are you running? What's the output if you run Totem with $ GST_DEBUG=*:2 totem and play an MP3?
I'm using media-libs/gstreamer-0.10.15 I can fix this issue by downgrading gstreamer to 0.10.12 Here is the output you requested mike@pickle ~ $ GST_DEBUG=*:2 totem 0:00:04.865724000 20505 0x6d6750 WARN basesrc gstbasesrc.c:2099:gst_base_src_loop:<source> error: Internal data flow error. 0:00:04.865860000 20505 0x6d6750 WARN basesrc gstbasesrc.c:2099:gst_base_src_loop:<source> error: streaming task paused, reason error (-5) 0:00:04.869099000 20505 0x655670 ERROR totem bacon-video-widget-gst-0.10.c:371:bvw_error_msg: message = Internal data flow error. 0:00:04.869151000 20505 0x655670 ERROR totem bacon-video-widget-gst-0.10.c:373:bvw_error_msg: domain = 2424 (gst-stream-error-quark) 0:00:04.869168000 20505 0x655670 ERROR totem bacon-video-widget-gst-0.10.c:374:bvw_error_msg: code = 1 0:00:04.869182000 20505 0x655670 ERROR totem bacon-video-widget-gst-0.10.c:375:bvw_error_msg: debug = gstbasesrc.c(2099): gst_base_src_loop (): /play/source: streaming task paused, reason error (-5) 0:00:04.869199000 20505 0x655670 ERROR totem bacon-video-widget-gst-0.10.c:376:bvw_error_msg: source = <source> 0:00:04.869229000 20505 0x655670 ERROR totem bacon-video-widget-gst-0.10.c:377:bvw_error_msg: uri = file:///home/mike/Music/Matchbox%20Twenty/Exile%20on%20Mainstream/02.%20Ill%20believe%20you%20when.mp3 ** Message: Error: Internal data flow error. gstbasesrc.c(2099): gst_base_src_loop (): /play/source: streaming task paused, reason error (-5)
Forwarding to the GStreamer people...
This is not a bug, i was using an experimental version of gstreamer
This looks like bug #471370 FWIW (sorry about that, packagers need to patch gst-plugins-good and/or -ugly for now until we make new good/ugly releases).