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.

Does the TIImgenc1 support YUV420P input?

Hi, 

  According to http://processors.wiki.ti.com/index.php/DM365_Codecs_FAQ , the jpeg encoder support  YUV420P and UYVY as input colorspace, but when I use 

gst-inspect to get the TIImgenc1 element info, it shows the sink pad only support UYVY, I420, Y42B capabilities. Does this mean I must convert to UYVY before link it to the TIImgenc1 if the the source elment v4l2src is output NV12? Thanks!