From: Vincent Torri Date: Mon, 16 Apr 2007 22:20:03 +0000 (+0000) Subject: ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R is undef... X-Git-Tag: 1.19.3~507^2~21097 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97041d869a33e464bc5ce93d0e932d0ef828f3d3;p=platform%2Fupstream%2Fgstreamer.git ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R is undefinied Original commit message from CVS: Patch by: Vincent Torri * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time): Fix unused variable warning if HAVE_LOCALTIME_R is undefinied * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): * gst/audioresample/gstaudioresample.c: (audioresample_do_output): Use the correct format strings for integer formats. --- diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index 98f08d8..5325792 100644 --- a/gst/audioresample/gstaudioresample.c +++ b/gst/audioresample/gstaudioresample.c @@ -564,7 +564,7 @@ audioresample_do_output (GstAudioresample * audioresample, GstBuffer * outbuf) audioresample->need_discont = FALSE; } - GST_LOG_OBJECT (audioresample, "transformed to buffer of %ld bytes, ts %" + GST_LOG_OBJECT (audioresample, "transformed to buffer of %d bytes, ts %" GST_TIME_FORMAT ", duration %" GST_TIME_FORMAT ", offset %" G_GINT64_FORMAT ", offset_end %" G_GINT64_FORMAT, outsize, GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (outbuf)),