<div dir="ltr">The pipeline should be the same, with a slight difference in the capsfilter. <div><br></div><div><span style="font-size:12.8000001907349px">gst-launch-1.0 v4l2src ! video/x-raw,width=640,</span><span style="font-size:12.8000001907349px">height=480,framerate=30/1 ! x264enc speed-preset=ultrafast tune=zerolatency ! rtph264pay ! udpsink port=5000 host=192.168.0.101</span><br></div><div><span style="font-size:12.8000001907349px"><br></span></div><div>If you want to specify a particular format to be outputted from the camera, add it to the capsfilter e.g.: </div><div><span style="font-size:12.8000001907349px">video/x-raw,width=640,</span><span style="font-size:12.8000001907349px">height=480,framerate=30/1, format=NV21</span><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Cheers</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-01 14:55 GMT+02:00 srd <span dir="ltr"><<a href="mailto:pirpi.12345@gmail.com" target="_blank">pirpi.12345@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for your reply.<br>
<br>
The above pipeline works fine for particular duration and after that it will<br>
give this error. I googled this error then I got that problem is with the<br>
libv4lconvert package installation but I installed all the packages as<br>
mentioned in other post. If it is the case with package installation then<br>
will you please tell me the package to be installed?<br>
<br>
If suppose if I upgrade to the latest version then will it work with the<br>
same pipelines or I have to change the pipelines also. If so please let me<br>
know the pipelines.<br>
<br>
Thanks<br>
pirpi<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gst-launch-segmentation-fault-with-identical-frames-corrupt-stack-tp4671408p4671412.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/gst-launch-segmentation-fault-with-identical-frames-corrupt-stack-tp4671408p4671412.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>