[gst-devel] Incorrect messages from GST_DEBUG.
wl2776
wl2776 at gmail.com
Tue May 18 16:17:12 CEST 2010
wl2776 wrote:
>
> 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);
>
The problem was solved with replacing two %d's with %lld, as start and stop
are gint64
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Incorrect-messages-from-GST-DEBUG-tp2221319p2221353.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list