<br><br><div class="gmail_quote">On Tue, May 18, 2010 at 4:57 PM, wl2776 <span dir="ltr"><<a href="mailto:wl2776@gmail.com">wl2776@gmail.com</a>></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;">
<br>
I have these statements:<br>
<br>
GstFormat fmt=GST_FORMAT_TIME;<br>
gint m_direction=1;<br>
gdouble rate;<br>
gint64 start=-1,stop=-1;<br>
<br>
GST_DEBUG("current segment: rate %lf fmt %d start %d stop %d direction %d",<br>
rate,fmt,start,stop,m_direction);<br>
GST_DEBUG("m_direction=%d",m_direction);<br>
<br></blockquote><div><br>I may be wrong, but at a first glance I'd suggest you to cross check your first format with:<br><br><a href="http://linux.die.net/man/3/printf">http://linux.die.net/man/3/printf</a><br><br>especially the "ell" and "ell ell" notations.<br>
<br>Regards.<br> <br></div></div>