<div dir="ltr">It may help you to dump the pipelines to .dot files (both when using gst-launch and your application), and then compare these. As Chuck has mentioned, it's possible the pipeline created with gst-launch is in some way different to what you've created, and this is a very quick and easy way to make the comparison.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 July 2016 at 04:40, Chuck Crisler <span dir="ltr"><<a href="mailto:ccrislerathome@gmail.com" target="_blank">ccrislerathome@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">The main difference is that gst_launch was written by some really smart people and they knew what was needed for each element. You probably don't have your pipeline implementation optimized. It is more work to implement a pipeline in C, but you do get the same performance, more flexibility and a more robust application. Post your pipeline and someone can make some suggestions to help.</p><div class="HOEnZb"><div class="h5">
<div class="gmail_extra"><br><div class="gmail_quote">On Jul 18, 2016 9:43 AM, "nagendra sarma" <<a href="mailto:nagendra.bankupalli@tessolve.com" target="_blank">nagendra.bankupalli@tessolve.com</a>> wrote:<br type="attribution"><blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
hi all<br>
<br>
i have a complex gstreamer pipeline with TEEs, Encoders with mpegts etc<br>
the pipeline is working without any issue.<br>
<br>
if i put same pipeline into applicationĀ  i saw some frame losses (not in the<br>
case of gst-launch-0.10)<br>
<br>
i enabled debug level=3 but i could not get any error;<br>
<br>
i would like to know<br>
<br>
1. is there any difference between application and pipeline (gst-launch) in<br>
performance ?<br>
2. any special care should take care while writing application ?<br>
3. is it normal ? (application performance is always less than raw pipeline<br>
performance ?)<br>
<br>
please let me know your views<br>
<br>
regards<br>
nagendra<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/gstreamer-application-versus-gst-launch-pipeline-tp4678733.html" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/gstreamer-application-versus-gst-launch-pipeline-tp4678733.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>