gst/: Printf format fixes (#465028).
authorTim-Philipp Müller <tim@centricular.net>
Fri, 10 Aug 2007 10:08:05 +0000 (10:08 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 10 Aug 2007 10:08:05 +0000 (10:08 +0000)
Original commit message from CVS:
* gst/playback/gstqueue2.c:
* gst/videorate/gstvideorate.c:
Printf format fixes (#465028).

ChangeLog
gst/playback/gstqueue2.c
gst/videorate/gstvideorate.c

index 068b84d..1e99ffe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/playback/gstqueue2.c:
+       * gst/videorate/gstvideorate.c:
+         Printf format fixes (#465028).
+
 2007-08-09  Michael Smith <msmith@fluendo.com>
 
        * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
index 679a2cb..4462751 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) {
   }
index 562784e..8cab74c 100644 (file)
@@ -557,7 +557,7 @@ gst_video_rate_query (GstPad * pad, GstQuery * query)
               videorate->from_rate_denominator, videorate->from_rate_numerator);
 
           GST_DEBUG_OBJECT (videorate, "Our latency: %"
-              GST_TIME_FORMAT, latency);
+              GST_TIME_FORMAT, GST_TIME_ARGS (latency));
 
           min += latency;
           if (max != -1)