goom2k1: fix compiler warning
authorAlessandro Decina <alessandro.d@gmail.com>
Sun, 26 Feb 2012 19:39:52 +0000 (20:39 +0100)
committerAlessandro Decina <alessandro.d@gmail.com>
Sun, 26 Feb 2012 19:39:52 +0000 (20:39 +0100)
gst/goom2k1/gstgoom.c

index 4421b17..96c11e5 100644 (file)
@@ -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 */