[gst-devel] What's wrong with the following pipeline
Thijs Vermeir
thijsvermeir at gmail.com
Thu Sep 13 10:27:02 CEST 2007
Hi,
Jaap Haitsma <jaap <at> haitsma.org> writes:
>
> Hi,
>
> I'm fiddling around with gstreamer and the following pipeline does not play
>
> gst-launch videotestsrc ! tee .src0 ! gconfvideosink tee0. ! fakesink
>
I think you want to use this pipeline:
gst-launch videotestsrc ! tee name=tee1 ! queue ! gconfvideosink tee1. ! queue !
fakesink
Gr,
Thijs
More information about the gstreamer-devel
mailing list