summaryrefslogtreecommitdiff
path: root/gst/audioresample
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-01-06 16:13:35 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-01-06 16:15:45 +0100
commit97a4f7e1e50da057d27aee2f2dee69e65366d7b3 (patch)
treebde897a3b013dabac2786acdf97b15953751e1ed /gst/audioresample
parentf5f781e8fb31c8d4a291e49c4b83ae19eb4f8358 (diff)
downloadgstreamer-plugins-base-97a4f7e1e50da057d27aee2f2dee69e65366d7b3.tar.gz
audioresample: fix debug message format specifier
Diffstat (limited to 'gst/audioresample')
-rw-r--r--gst/audioresample/gstaudioresample.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index 0e04371f5..95f457554 100644
--- a/gst/audioresample/gstaudioresample.c
+++ b/gst/audioresample/gstaudioresample.c
@@ -1124,8 +1124,8 @@ gst_audio_resample_transform (GstBaseTransform * base, GstBuffer * inbuf,
gst_audio_resample_get_funcs (resample->width, resample->fp);
}
- GST_LOG_OBJECT (resample, "transforming buffer of %ld bytes, ts %"
- GST_TIME_FORMAT ", duration %" GST_TIME_FORMAT ", offset %"
+ GST_LOG_OBJECT (resample, "transforming buffer of %" G_GSIZE_FORMAT " bytes,"
+ " ts %" GST_TIME_FORMAT ", duration %" GST_TIME_FORMAT ", offset %"
G_GINT64_FORMAT ", offset_end %" G_GINT64_FORMAT,
gst_buffer_get_size (inbuf), GST_TIME_ARGS (GST_BUFFER_TIMESTAMP (inbuf)),
GST_TIME_ARGS (GST_BUFFER_DURATION (inbuf)),