Hi Tim &amp; Topi,<br>Thanks, it worked.<br>The only problem is the log is very big. <br>How can I understand the flow of the data, events and things like that. what I want is essentially an overview of the way the data flows, the no of threads that get created, the allocation of buffers and buffer management etc.<br>
Regards<br>-- <br>Vinod James<br><br><br><div class="gmail_quote">On Thu, Feb 10, 2011 at 6:29 PM, Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Wed, 2011-02-09 at 12:09 +0530, vinod james wrote:<br>
<br>
<br>
&gt; I used gst-launch=0.10 and generated logs with GST_DEBUG set to 5.<br>
&gt; I read that there is a playbin application which does auto type<br>
&gt; finding and pipeline and graph building.<br>
&gt; I want to generate a detailed log like gst-launch. I am not able to<br>
&gt; generate it.<br>
&gt; Please advise me how to generate the detailed log.<br>
&gt; I am trying to understand the internals of gstreamer by looking at the<br>
&gt; logs generated.<br>
<br>
</div>playbin is not an application, it&#39;s an element/plugin. You can use it<br>
from gst-launch like this:<br>
<br>
 $ GST_DEBUG=*:5 gst-launch-0.10 playbin2 uri=file:///path/to/foo.avi<br>
2&gt;dbg.log<br>
<br>
Cheers<br>
 -Tim<br>
<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:<br>
Pinpoint memory and threading errors before they happen.<br>
Find and fix more than 250 security defects in the development cycle.<br>
Locate bottlenecks in serial and parallel code that limit performance.<br>
<a href="http://p.sf.net/sfu/intel-dev2devfeb" target="_blank">http://p..sf.net/sfu/intel-dev2devfeb</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>
</blockquote></div><br><br clear="all"><br><br>