[gst-devel] Help building a pipeline

Ron McOuat rmcouat at smartt.com
Sat Apr 3 18:13:46 CEST 2010


You need a queue in each branch after the tee in order for pre-roll to 
complete. The queue buffers and splits the pipeline sections into 
different threads.

playbin2 ! tee name=t   t. ! audioconvert ! rgvolume....   t. ! 
audioconvert ! vorbisenc ! gnomevfssink.....

On 10-04-03 7:16 AM, J. Rios wrote:
> Hello,
>   I have right now this pipeline.
>
> playbin2 | audioconvert | rgvolume | level | equalizer-10bands | 
> rglimiter | volume | autoaudiosink
>
> I want to attach this so I can record to a file all the output.
>        audioconvert | vorbisenc | gnomevfssink
>
> I think the best is attach it just after the playbin2 using a tee. But 
> I tried to do it and failed. How could this be done ? any example of 
> something similar to this ?
>
> Thanks in advance
> J.Rios
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100403/2f0f4636/attachment.htm>


More information about the gstreamer-devel mailing list