<div dir="rtl"><div dir="ltr">try adding the  -v , -e , --gst-debug=0  "flags".</div><div dir="ltr"> </div><div dir="ltr">for example :</div><div dir="ltr"> </div><div dir="ltr">gst-launch v4l2src <font color="#cc0000">-v --gst-debug=0</font>  always-copy=false num-buffers=100 ! video/x-raw-yuv,width=640,height=480,framerate=25/1 ! TIVidenc1 codecName=h264enc engineName=codecServer ! avimux ! filesink location=sample.h264<br>
</div><div dir="ltr"> </div><div dir="ltr">or ar the other end of v4l2src , like in this example</div><div dir="ltr"> </div><div dir="ltr">gst-launch <font color="#cc0000">-v -e --gst-debug=0</font> v4l2src   always-copy=false num-buffers=100 ! video/x-raw-yuv,width=640,height=480,framerate=25/1 ! TIVidenc1 codecName=h264enc engineName=codecServer ! avimux ! filesink location=sample.h264</div>
<div dir="ltr"> </div><div dir="ltr"> </div><div dir="ltr">this may help..not logical, but it works for me, on a different embedded device.</div><div dir="ltr"><br><br> </div><div class="gmail_quote"><div dir="ltr">2012/7/31 Mazahir Poonawalla <span dir="ltr"><<a href="mailto:mazahir.poonawalla@ideaforge.co.in" target="_blank">mazahir.poonawalla@ideaforge.co.in</a>></span></div>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div dir="ltr"><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">
Hello,</p><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">
I am trying to run gstreamer examples for composite video input as well as for input from LI-5M03 board as mentioned in the following web-pages:</p><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">

<a style="color:rgb(220,151,46);text-decoration:none" href="https://www.ridgerun.com/developer/wiki/index.php/TVP5146_GStreamer_example_pipelines" target="_blank">https://www.ridgerun.com/developer/wiki/index.php/TVP5146_GStreamer_example_pipelines</a></p>

<p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px"><a style="color:rgb(220,151,46);text-decoration:none" href="https://www.ridgerun.com/developer/wiki/index.php/LeopardBoard_365_GStreamer_Pipelines_-_SDK_2011Q2" target="_blank">https://www.ridgerun.com/developer/wiki/index.php/LeopardBoard_365_GStreamer_Pipelines_-_SDK_2011Q2</a></p>

<p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px"><a style="color:rgb(220,151,46);text-decoration:none" href="http://designsomething.org/leopardboard/f/33/p/806/2827.aspx#2827" target="_blank">http://designsomething.org/leopardboard/f/33/p/806/2827.aspx#2827</a></p>

<p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">The problem is that it runs the 1st time perfectly. But then when I try to run the 2nd time, I get the following error:</p>
<p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px"><span style="color:rgb(0,0,128)">Setting pipeline to PAUSED ...</span><br><span style="color:rgb(0,0,128)">davinci_resizer davinci_resizer.2: RSZ_G_CONFIG:0:1:124</span><br>

<span style="color:rgb(0,0,128)">ERROR: Pipeline doesn't want to pause.</span><br><span style="color:rgb(0,0,128)">ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Cannot identify device '/dev/video0'.</span><br>

<span style="color:rgb(0,0,128)">Additional debug info:</span><br><span style="color:rgb(0,0,128)">../../../src/sys/v4l2/v4l2_calls.c(573): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:</span><br><span style="color:rgb(0,0,128)">system error: No such file or directory</span><br>

<span style="color:rgb(0,0,128)">Setting pipeline to NULL ...</span><br><span style="color:rgb(0,0,128)">Freeing pipeline ...</span></p><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">
This happens all the time. I restarted the leopardboard, also reinserted the sd card but it just does not work. </p><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">
Can anyone please suggest as to what is going wrong?</p><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px"><br>Thanks,</p><p style="text-align:left;color:rgb(51,51,51);font-family:Arial;font-size:12px">

Maz</p><div><br></div><br>
</div><br>_______________________________________________<br>
gstreamer-embedded mailing list<br>
<a href="mailto:gstreamer-embedded@lists.freedesktop.org">gstreamer-embedded@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded</a><br>
<br></blockquote></div><br></div>