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 563778 - pulsesrc/sink fail
pulsesrc/sink fail
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-08 23:04 UTC by Tristan Matthews
Modified: 2008-12-09 18:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Tristan Matthews 2008-12-08 23:04:03 UTC
Please describe the problem:
Until recently (I noticed it last week), I was able to use pulsesrc and pulsesink to stream 6 channel audio.

Now, this fails (both as a launch line and a C-app) with the msg:
ERROR: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: Failed to connect stream: No such entity


Steps to reproduce:
gst-launch pulsesrc device=plughw:0 ! audio/x-raw-int, channels=6 ! pulsesink device=plughw:0


Actual results:
Gstreamer quits with ERROR: from element /GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: Failed to connect stream: No such entity


Expected results:
I would expect it o be the same as :
gst-launch alsasrc device=plughw:0 ! audio/x-raw-int, channels=6 ! alsasink device=plughw:0

Does this happen every time?
yes

Other information:
Comment 1 Sebastian Dröge (slomo) 2008-12-09 08:48:58 UTC
Could you check if pulseaudio runs and that paplay (pulseaudio-utils package in Debian/Ubuntu) can play anything?
Comment 2 Tristan Matthews 2008-12-09 18:53:59 UTC
/usr/bin/pulseaudio is running, and paplay does work. However, when I try
paplay -d plughw:0 impulse.wav 
I get that same error:
Stream errror: No such entity
Comment 3 Bastien Nocera 2008-12-09 18:56:49 UTC
This is a pulseaudio problem then, closing as NOTGNOME.