From 97a4f7e1e50da057d27aee2f2dee69e65366d7b3 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Fri, 6 Jan 2012 16:13:35 +0100 Subject: [PATCH] audioresample: fix debug message format specifier --- gst/audioresample/gstaudioresample.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c index 0e04371f5b..95f4575540 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)),