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 068b84d1fc365ad79e9204406efbc0a8cc7e82a9..1e99ffe68e2e6e227d088dc6dd50a8f887a5c318 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 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) {
   }
index 562784ed6c496c0f97e65ccf0eefd7f77f3cc103..8cab74cf7c828d2c9f86d7393868f3e95974b664 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)