[gst-devel] Incorrect messages from GST_DEBUG.

Marco Ballesio gibrovacco at gmail.com
Wed May 19 07:56:44 CEST 2010


On Tue, May 18, 2010 at 4:57 PM, wl2776 <wl2776 at gmail.com> wrote:

>
> I have these statements:
>
> GstFormat fmt=GST_FORMAT_TIME;
> gint m_direction=1;
> gdouble rate;
> gint64 start=-1,stop=-1;
>
> GST_DEBUG("current segment: rate %lf fmt %d start %d stop %d direction %d",
>                    rate,fmt,start,stop,m_direction);
> GST_DEBUG("m_direction=%d",m_direction);
>
>
I may be wrong, but at a first glance I'd suggest you to cross check your
first format with:

http://linux.die.net/man/3/printf

especially the "ell" and "ell ell" notations.

Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100519/131579fe/attachment.htm>


More information about the gstreamer-devel mailing list