From: Tim-Philipp Müller Date: Fri, 10 Aug 2007 10:08:05 +0000 (+0000) Subject: gst/: Printf format fixes (#465028). X-Git-Tag: RELEASE-0_10_15~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c9bef0180f60a1ba2faecef46317895be105ef5;p=platform%2Fupstream%2Fgst-plugins-base.git gst/: Printf format fixes (#465028). Original commit message from CVS: * gst/playback/gstqueue2.c: * gst/videorate/gstvideorate.c: Printf format fixes (#465028). --- diff --git a/ChangeLog b/ChangeLog index 068b84d..1e99ffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-10 Tim-Philipp Müller + + * gst/playback/gstqueue2.c: + * gst/videorate/gstvideorate.c: + Printf format fixes (#465028). + 2007-08-09 Michael Smith * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain): diff --git a/gst/playback/gstqueue2.c b/gst/playback/gstqueue2.c index 679a2cb..4462751 100644 --- a/gst/playback/gstqueue2.c +++ b/gst/playback/gstqueue2.c @@ -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) { } diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index 562784e..8cab74c 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -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)