audioresample: fix debug message format specifier
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 6 Jan 2012 15:13:35 +0000 (16:13 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 6 Jan 2012 15:15:45 +0000 (16:15 +0100)
gst/audioresample/gstaudioresample.c

index 0e04371..95f4575 100644 (file)
@@ -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)),