[gst-devel] trouble with tee element
Bert Douglas
bertd at tplogic.com
Tue Aug 31 22:37:00 CEST 2010
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 \
\
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 \
\
\
t1. ! fakesink \
t2. ! fakesink \
On Tue, Aug 31, 2010 at 3:35 PM, Bert Douglas <bertd at tplogic.com> wrote:
> Hi All,
>
> The script below does not work. It stays in "prerolling" state forever.
> However, if the last two lines are deleted, then it does work.
> I am running code from git about 1 week old.
>
> Thanks much for looking.
> Bert Douglas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100831/c544acf3/attachment.htm>
More information about the gstreamer-devel
mailing list