diff --git a/gst-libs/gst/video/gstvideopool.c b/gst-libs/gst/video/gstvideopool.c index 239cecb98e..d7e0dd18a7 100644 --- a/gst-libs/gst/video/gstvideopool.c +++ b/gst-libs/gst/video/gstvideopool.c @@ -248,7 +248,7 @@ video_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, info = &priv->info; - GST_DEBUG_OBJECT (pool, "alloc %u", info->size); + GST_DEBUG_OBJECT (pool, "alloc %" G_GSIZE_FORMAT, info->size); mem = gst_allocator_alloc (priv->allocator, info->size + priv->prefix,