This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM-365, GStreamer pipeline

Hi,

I try to use GStreamer on DM-365, TI DVSDK 4.0.0.22, but without success. I want to encode a video from a composite source to some file, so I run the following pipeline (that I got from TI sites with examples of pipelines), but I did not get any output and the following warning occured: 

gst-launch -v v4l2src always-copy=FALSE num-buffers=800 input-src=composite !
  'video/x-raw-yuv,format=(fourcc)NV12,width=720,height=480' !
  'TIVidenc1 codecName=mpeg4enc engineName=codecServer' !
  'filesink location=output_cap_D1.m4v'

WARNING: erroneous pipeline: could not link v4l2src0 to tividenc10

Thank you
Jiri