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.