<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<div><br></div><div>my problem is the following:</div><div><br></div><div>I run  </div><div><br></div><div>gst-launch-1.0 autovideosrc ! 'video/x-raw,width=640,height=480' ! x264enc bitrate=1000 tune=zerolatency speed-preset=2 ! fakesink -v</div><div><br></div><div>and I get</div><div><br></div><div><div>Setting pipeline to PAUSED ...</div><div>Pipeline is live and does not need PREROLL ...</div><div>Setting pipeline to PLAYING ...</div><div>New clock: GstSystemClock</div><div>ERROR: from element /GstPipeline:pipeline0/GstAutoVideoSrc:autovideosrc0/GstV4l2Src:autovideosrc0-actual-src-v4l: Internal data flow error.</div><div>Additional debug info:</div><div>gstbasesrc.c(2933): gst_base_src_loop (): /GstPipeline:pipeline0/GstAutoVideoSrc:autovideosrc0/GstV4l2Src:autovideosrc0-actual-src-v4l:</div><div>streaming task paused, reason not-negotiated (-4)</div><div>Execution ended after 0:00:00.088876208</div><div>Setting pipeline to PAUSED ...</div><div>Setting pipeline to READY ...</div><div>Setting pipeline to NULL ...</div><div>Freeing pipeline ...</div></div><div><br></div><div><br></div><div>The problem is obviously with x264enc, because without it, it seems it<span style="font-size: 12pt;"> works.</span></div><div><br></div><div>Please, do you have any idea what's wrong? I am new with gstreamer and I cannot make sense with this ERROR...</div><div><br></div><div>This is  the whole thing I want to do:</div><div><br></div><div>gst-launch-1.0 autovideosrc  ! 'video/x-raw,width=640,height=480' ! x264enc bitrate=1000 tune=zerolatency speed-preset=2 ! rtph264pay config-interval=1 ! udpsink host=127.0.0.1  port=1234  -v</div><div><br></div><div><br></div>                                          </div></body>
</html>