Hi I am a newbie with gstream and am having issues with the following:<br><br>Server: <br><br>gst-launch -v --gst-debug-level=3 decklinksrc mode=11 connection=1 ! v4l2sink device=/dev/video2<br><br><br>Client:<br><br>gst-launch v4l2src device=/dev/video2 ! autovideosink<br>
<br><br>Setting pipeline to PAUSED ...<br>libv4l2: error getting pixformat: Invalid argument<br>ERROR: Pipeline doesn't want to pause.<br>ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could not negotiate format<br>
Additional debug info:<br>gstbasesrc.c(2830): gst_base_src_start (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:<br>Check your filtered caps, if any<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br><br><br>Any help is appreciated!