<div>Thanks a lot Stefan</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Thu, Nov 13, 2008 at 9:12 PM, Stefan Kost <span dir="ltr">&lt;<a href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">hi,<br><br><br>Manish Sharma schrieb:<br>
<div>
<div></div>
<div class="Wj3C7c">&gt; Hi All,<br>&gt;<br>&gt; While using the playbin for playback I am observing more CPU usage as<br>&gt; compared to gstreamer customized pipeline.<br>&gt; I know that playbin adds some preroll queue before audio video sink.<br>
&gt; But will it add so much of CPU usage.<br>&gt; I have used &#39;top&#39; utility to check the CPU usage.<br>&gt;<br>&gt; Basically there are two commands which we have used:<br>&gt;<br>&gt; 1) with playbin<br>&gt;<br>
&gt; gst-launch playbin uri=file:///media/sdmmc0p1/Comebacks.avi<br>&gt;<br>&gt; 2) with gst-launch specific pipeline<br>&gt;<br>&gt; gst-launch filesrc location=/media/sdmmc0p1/Comebacks.avi ! avidemux<br>&gt; name=demux { demux.audio_00 ! queue ! omx_mp3dec ! alsasink } {<br>
&gt; demux.video_00 ! queue ! omx_h264dec ! xvimagesink }<br>&gt;<br>&gt; with (1) we are getting around 20% more CPU consumption wrt (2).<br>&gt;<br>&gt;<br>&gt; I need one more info is there any way to dump the pipeline created<br>
&gt; using playbin? I know GST_DEBUG=GST_ELEMENT_FACTORY:3 &amp; GST_DEBUG=*:3.<br>&gt; If there is any specific flag which can give me only the pipeline<br>&gt; elements and their connection.<br>&gt;<br></div></div>you can use &quot;gst-launch -v ...&quot; or you can use<br>
GST_DEBUG_DUMP_DOT_DIR=&lt;path&gt; gst-launch ... and convert the generated<br>dot files to e.g. png with &quot;dot&quot;<br><font color="#888888"><br>Stefan<br></font>
<div>
<div></div>
<div class="Wj3C7c">&gt; Regards,<br>&gt; Manish<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; -------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<br>
&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>&gt; ------------------------------------------------------------------------<br>
&gt;<br>&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br><br><br>-------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br><a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>