videopool: fix printf warning in debug message
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / video / gstvideopool.c
index 239cecb..d7e0dd1 100644 (file)
@@ -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,