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 754462 - ERROR: Internal data flow error.
ERROR: Internal data flow error.
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 754463 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-09-02 14:45 UTC by raj
Modified: 2015-09-15 08:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description raj 2015-09-02 14:45:21 UTC
Hi all, 

I have couple of questions here.

1. when I trying to play ogg file through the pipeline, getting the following error.
Got message: error

ERROR: Internal data flow error.

Debug details: gstbasesrc.c(2943): gst_base_src_loop (): /GstPipeline:audio_pipeline/GstBin:bin_playback/GstFileSrc:filesource:
streaming task paused, reason error (-5)


2. 
gst-launch-1.0 filesrc location=music.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! alsasink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstAlsaSink:alsasink0: Could not open audio device for playback.
Additional debug info:
gstalsasink.c(863): gst_alsasink_open (): /GstPipeline:pipeline0/GstAlsaSink:alsasink0:
Playback open error on device 'default': No such file or directory
Setting pipeline to NULL ...
Freeing pipeline ...

Even this will not play for mp3, wav, vox, and ogg file.

Please any one can help me on this, and your help much appriciated.


Regards, Rajkumar
Comment 1 Marcin Kolny (IRC: loganek) 2015-09-03 09:00:28 UTC
It's not mm-related bug. I'm setting "product" to GStreamer.
Comment 2 Tim-Philipp Müller 2015-09-03 09:08:45 UTC
This is a problem with your ALSA setup, check with your distribution. There should be a 'default' device configured.

You can try alsasink device=front or alsasink device=hw:0 or pulsesink or autoaudiodsink.
Comment 3 Tim-Philipp Müller 2015-09-03 09:16:44 UTC
*** Bug 754463 has been marked as a duplicate of this bug. ***
Comment 4 raj 2015-09-15 08:41:58 UTC
Thanks Tim.