[gst-devel] HELP: use of tee element

ldac ldacvs at gmail.com
Thu May 14 15:17:52 CEST 2009


    Here you have an example of how doing what you want using a TEE element.

gst-launch-0.10 videotestsrc is-live=true num-buffers=250 ! 
'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1' 
! tee name=vtee vtee. ! queue ! xvimagesink vtee. ! queue ! mpeg2enc ! 
filesink location=test.m1v

    Hopefully it helps you.
    LD.





More information about the gstreamer-devel mailing list