GNOME Bugzilla – Bug 754462
ERROR: Internal data flow error.
Last modified: 2015-09-15 08:41:58 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
It's not mm-related bug. I'm setting "product" to GStreamer.
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.
*** Bug 754463 has been marked as a duplicate of this bug. ***
Thanks Tim.