goom2k1: fix compiler warning

This commit is contained in:
Alessandro Decina 2012-02-26 20:39:52 +01:00
parent 44828add73
commit 583342271f

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