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.

gstreamer v4l2src broken in EZSDK 5.04

gstreamer capturing from a USB camera used to work on the previous version but now its broken.

the following pipeline was working on EZSDK 5.03

gst-launch -v v4l2src device=/dev/video0 ! 'video/x-raw-yuv,w                                                                                                         
idth=320,height=240' ! ffmpegcolorspace ! omx_h264enc ! 'video/x-h264' ! queue !                                                                                                         
 rtph264pay ! udpsink host=xx.xx.xx.xx port=xxxxxx -v

but now it returns with "unable to negotiate format"

......ANY Assistance greatly appreciated.