output selector question
Thomas Green
TGreen2 at Sorenson.com
Mon Apr 21 11:18:40 PDT 2014
I'm running gstreamer 0.10.36 trying to put together a pipeline that looks like this:
gst-launch-0.10 filesrc location=Audio.raw ! audio/x-mulaw, channels=1, rate=8000 ! mulawdec ! queue ! audiorate ! output-selector name=selector selector. ! alsasink device=plughw:0,0 selector. ! alsasink device=plughw:1,3
but it never starts playing. I can go to either of the sinks without the selector, but when I use the selector, it just hangs. When running with the debug set to 9 for the selector and sinks, it appears that the selected sink never gets a playing message. The not selected sink never commits to the paused state. Am I doing something terribly wrong?
Thanks in advance,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140421/b150428b/attachment.html>
More information about the gstreamer-devel
mailing list