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 498403 - "Internal data flow error" with MP3
"Internal data flow error" with MP3
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: dont know
0.10.x
Other All
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-20 04:34 UTC by Michael Mathers
Modified: 2007-12-06 08:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Michael Mathers 2007-11-20 04:34:13 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:
Comment 1 Philip Withnall 2007-11-20 06:36:52 UTC
What version of GStreamer are you running? What's the output if you run Totem with

 $ GST_DEBUG=*:2 totem

and play an MP3?
Comment 2 Michael Mathers 2007-11-20 12:28:56 UTC
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)

Comment 3 Philip Withnall 2007-11-22 07:27:48 UTC
Forwarding to the GStreamer people...
Comment 4 Michael Mathers 2007-11-22 15:23:34 UTC
This is not a bug, i was using an experimental version of gstreamer
Comment 5 Tim-Philipp Müller 2007-12-06 08:03:46 UTC
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).