From 583342271f3eec9b2c882006736f44c9c75f0b9a Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Sun, 26 Feb 2012 20:39:52 +0100 Subject: [PATCH] goom2k1: fix compiler warning --- gst/goom2k1/gstgoom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/goom2k1/gstgoom.c b/gst/goom2k1/gstgoom.c index 4421b17bb8..96c11e5dac 100644 --- a/gst/goom2k1/gstgoom.c +++ b/gst/goom2k1/gstgoom.c @@ -508,7 +508,7 @@ gst_goom_chain (GstPad * pad, GstObject * parent, GstBuffer * buffer) } GST_DEBUG_OBJECT (goom, - "Input buffer has %d samples, time=%" G_GUINT64_FORMAT, + "Input buffer has %" G_GSIZE_FORMAT " samples, time=%" G_GUINT64_FORMAT, gst_buffer_get_size (buffer) / goom->bps, GST_BUFFER_TIMESTAMP (buffer)); /* Collect samples until we have enough for an output frame */