]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
gst/: Printf format fixes (#465028).
authorTim-Philipp Müller <tim@centricular.net>
Fri, 10 Aug 2007 10:08:05 +0000 (10:08 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 29 Oct 2009 10:17:14 +0000 (11:17 +0100)
Original commit message from CVS:
* gst/playback/gstqueue2.c:
* gst/videorate/gstvideorate.c:
Printf format fixes (#465028).

gst/playback/gstqueue2.c

index 679a2cb2aa9b693295b8c83fb5c7b91349889398..44627518b7edc114faa0d6af66f7b3c0ca5b814d 100644 (file)
@@ -592,8 +592,7 @@ apply_segment (GstQueue * queue, GstEvent * event, GstSegment * segment)
       "received NEWSEGMENT update %d, rate %lf, applied rate %lf, "
       "format %d, "
       "%" G_GINT64_FORMAT " -- %" G_GINT64_FORMAT ", time %"
-      G_GINT64_FORMAT ", accum %" G_GINT64_FORMAT, update, rate, arate,
-      format, start, stop, time);
+      G_GINT64_FORMAT, update, rate, arate, format, start, stop, time);
 
   if (format == GST_FORMAT_BYTES) {
   }