[gst-devel] some queue advice

David Schleef ds at schleef.org
Tue Sep 30 11:09:09 CEST 2003


On Tue, Sep 30, 2003 at 02:43:26AM +0200, Thomas Vander Stichele wrote:
> Hey guys,
> 
> I need a bit of queueing advice.
> 
> I'm writing a python-based radio application that needs to be able to
> play more than one stream at once to the same sound card.
> 
> I have abstracted some python classes for this, and I need to fix only
> one more problem.
> 
> Basically, I need to gaplessly add and remove input decoding bins.
> 
> The pipelines used consist of:
> - one or more decoding bins (gnomevfssrc ! vorbisfile ! volume !)
> - an adder mixer
> - an osssink

You might want to look at http://www.schleef.org/~ds/stereo_present.c.
It's a quick hack that random plays multiple WAV files on the left
or right channel.  It's been working for us here for a few months.



dave...





More information about the gstreamer-devel mailing list