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

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Gstreamer-embedded mailing list
Gstreamer-embedded@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded

Reply via email to