[gst-devel] Creating pipeline using tee element
Vitaly Mayatskih
v.mayatskih at gmail.com
Thu Jul 12 06:17:35 CEST 2007
> I have to create a pipeline with following option,I have a v4l source
> for capturing video and the captured video is encoded,the encoded output
> should be passed to AVI Mux and also to MP4 Mux,i just want to know wheather
> it can be done using tee element,if so how to create pipeline for the same.
>
> This is the scenario Capture ------->encode --------->AVI Mux and MP4 Mux
> simultaneously,how the pipeline should be created..
>
> Could you please give me a suggestion of how to create a pipeline..
... ! tee name="tee." ! avimux ... tee. ! queue ! ffmux_mp4 ...
Notice that you should use the 'queue' element to connect 2nd sink to
the 'tee' or pipeline will be blocked
More information about the gstreamer-devel
mailing list