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 */