[gst-devel] complex pipeline

alberto colombo albx79 at gmail.com
Mon Oct 2 19:07:34 CEST 2006


hello,

I'm writing a nice application that uses the following pipeline:

        filesrc location=... ! decodebin name=decoder ! \
         videoscale ! ffmpegcolorspace ! video/x-raw-rgb ! \
         kutest name=test ! tee name=my-tee \
        my-tee. ! autovideosink name=videosink
        
where kutest is a filter of mine. This pipeline works nicely.

But I want to save to file the output of my filter, as well as display
it. The tee is already in place, so I only need to add

         my-tee. ! ffmpegcolorspace ! theoraenc ! oggmux ! \
          filesink name=filesink location=/home/albi/test.ogg

Recompile... and nothing works. I get no errors, but the movie window
does not appear and the pipeline does not play. It's no bug in kutest,
as the problem persists if I replace it with identity. What could it be?

Any help will be appreciated.
Thanks a lot
alberto


        

-- 
ICQ#: 319420338





More information about the gstreamer-devel mailing list