Hi, Excerpts from Charles Woloszynski's message of Sat Jan 02 21:28:34 +0100 2010: > Ok, I think I understand the 'filter' syntax better (thanks for the feedback) > in gst-launch. > > I am now trying to get the video source to output a stream that is compatible > with the TIVidenc plugin. > > % gst-launch videotestsrc pattern=1 num-buffers=60 ! "video/x-raw-yuv, > format=UYVY" ! TIVidenc codecName=h264enc engineName=codecServer > > WARNING: erroneous pipeline: could not link videotestsrc0 to tividenc0 [...] > Any suggestions on how to debug this to find a compatible pipeline? I'm not sure what's wrong here, but if you haven't already done so, take a look at [1] for some example gstreamer pipelines with TI plugins. And in general, to get more debug info from a pipeline, try this: gst-launch --gst-debug=3 --verbose <pipeline and other options> See 'man gst-launch' for more info on what you can do with --gst-debug. [1] http://wiki.davincidsp.com/index.php/Example_GStreamer_Pipelines -- Best regards, Bj?rn Forsman