[gst-devel] trouble with tee element
Tim-Philipp Müller
t.i.m at zen.co.uk
Tue Aug 31 23:15:13 CEST 2010
On Tue, 2010-08-31 at 15:37 -0500, Bert Douglas wrote:
> Forgot to put in the script. Here it is:
>
> gst-launch \
> videomixer name="mix" \
> ! ffmpegcolorspace \
> ! xvimagesink name=sink force-aspect-ratio=1 \
> \
> videotestsrc name=src1 pattern="smpte" \
> ! video/x-raw-rgb, bpp=32, framerate=10/1, width=400, height=300 \
> ! tee name=t1 \
> ! mix.sink_1 \
You need a queue here for each branch after a tee.
> videotestsrc name=src2 pattern="checkers-8" \
> ! video/x-raw-rgb, bpp=32, framerate=10/1, width=400, height=300 \
> ! tee name=t2 \
> ! mix.sink_2 \
(so here too)
> \
> t1. ! fakesink \
(and here)
> t2. ! fakesink \
(and here)
Cheers
-Tim
More information about the gstreamer-devel
mailing list