[gst-devel] Help building a pipeline

Stefan Kost ensonic at hora-obscura.de
Mon Apr 5 13:42:10 CEST 2010


Am 03.04.2010 17:16, schrieb J. Rios:
> 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

It does not work like you do it above. playbin2 does not have any outputs you
can link to. two options:
1.) Use decodebin2 / uridecodebin
2.) use playbin2, but set audiosink to a bin that containes tee name=t ! queue !
autoaudiosink t. ! queue ! audioconvert | vorbisenc | gnomevfssink

Stefan

> 
> 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





More information about the gstreamer-devel mailing list