Hi Stefan:<div>    when I run my app like you said, I got a big log file. I just run my app 16 seconds and I got</div><div>a log file with 40M size! Is this all right ?? and  I think It&#39;s so difficult to find any useful message from the big file!!<br>
<br><div class="gmail_quote">On Thu, Nov 18, 2010 at 10:09 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="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 18.11.2010 10:20, michael young wrote:<br>
&gt; Hi all:<br>
&gt;     How can I get the error message when I call the gst call. For<br>
&gt; example , if I called the gst_element_query_duration(),<br>
&gt; and it return false, and now how can I get a description for the<br>
&gt; failure? Is there some function like strerror() ? tks :)<br>
<br>
</div></div>Nope. You would need to check the gstreamer log - run your app like<br>
GST_DEBUG=&quot;*:5&quot; ./my-app 2&gt;debug.log.<br>
<br>
Stefan<br>
<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; Beautiful is writing same markup. Internet Explorer 9 supports<br>
&gt; standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 &amp; L3.<br>
&gt; Spend less time writing and  rewriting code and more time creating great<br>
&gt; experiences on the web. Be a part of the beta today<br>
&gt; <a href="http://p.sf.net/sfu/msIE9-sfdev2dev" target="_blank">http://p.sf.net/sfu/msIE9-sfdev2dev</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>
Beautiful is writing same markup. Internet Explorer 9 supports<br>
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 &amp; L3.<br>
Spend less time writing and  rewriting code and more time creating great<br>
experiences on the web. Be a part of the beta today<br>
<a href="http://p.sf.net/sfu/msIE9-sfdev2dev" target="_blank">http://p.sf.net/sfu/msIE9-sfdev2dev</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></div>