HI All,<br> <br>            We are using the gstreamer for  capturing the video .we are using packages mentioned below<br><br>gst-plugins-good-0.10.14, gst-plugins-base-0.10.23, gstreamer-0.10.23, gst-plugins-bad-0.10.13<br>

<br>we are using the pipeline for capturing the video mentioned  below<br><br>export GST_REGISTRY_UPDATE=no  <br>export GST_REGISTRY_FORK=no<br><br>gst-launch rtspsrc location=rtsp://<a href="http://192.168.1.168:8554/mpeg4" target="_blank">192.168.1.168:8554/mpeg4</a> latency=100 name=demux demux. ! queue ! rtpmp4vdepay ! mpeg4videoparse ! dmaidec_mpeg4 ! TIDmaiVideoSink videoOutput=LCD videoStd=320X240 demux. ! queue ! rtppcmudepay ! mulawdec ! alsasink<br>
<br>When we launch the above mentiond pileline on the command line,we are able to display video on Lcd.The output is <br><br>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>
DavinciDisplay DavinciDisplay.1: Before finishing with S_FMT:<br>layer.pix_fmt.bytesperline = 320,<br> layer.pix_fmt.width = 320, <br> layer.pix_fmt.height = 240, <br> layer.pix_fmt.sizeimage =115200<br>New clock: GstSyDavinciDisplay DavinciDisplay.1: pixfmt-&gt;width = 320,<br>
 layer-&gt;layer_info.config.line_length= 320<br>stemClock<br><br>Once I run the above command ,its taking 2 second to get  the  first message (Setting pipeline to PAUSED ...).<br>one second for update the registry,anothe one second for parsing the command line arguments.(gst_parse_launchv)<br>
<br>how to reduce the this 2 second.Can anyone help me on this issue?<br><br><br>thanks and regards,<br><br>Arasu.M<br><br><br><br> <br>