summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/gstaudioresample.c
diff options
context:
space:
mode:
authorVincent Torri <vtorri@univ-evry.fr>2007-04-16 22:20:03 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-04-16 22:20:03 +0000
commit97041d869a33e464bc5ce93d0e932d0ef828f3d3 (patch)
tree432464702efa2fac669d774d86a62aa5017b8dd3 /gst/audioresample/gstaudioresample.c
parentb8ee0b8216a17b3cd8206c2368577d41bfdb8793 (diff)
downloadgst-plugins-bad-97041d869a33e464bc5ce93d0e932d0ef828f3d3.tar.gz
gst-plugins-bad-97041d869a33e464bc5ce93d0e932d0ef828f3d3.tar.bz2
gst-plugins-bad-97041d869a33e464bc5ce93d0e932d0ef828f3d3.zip
ext/pango/gstclockoverlay.c: Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
Original commit message from CVS: Patch by: Vincent Torri <vtorri at univ-evry dot fr> * 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.
Diffstat (limited to 'gst/audioresample/gstaudioresample.c')
-rw-r--r--gst/audioresample/gstaudioresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index 98f08d80..53257921 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)),