xvimagesink: fix debug message printf format compiler warning
authorJosep Torra <n770galaxy@gmail.com>
Sat, 30 Mar 2013 08:39:32 +0000 (09:39 +0100)
committerJosep Torra <n770galaxy@gmail.com>
Sat, 30 Mar 2013 08:39:32 +0000 (09:39 +0100)
sys/xvimage/xvimageallocator.c

index 0fefcfd..3aa1a82 100644 (file)
@@ -437,7 +437,7 @@ gst_xvimage_allocator_alloc (GstXvImageAllocator * allocator, gint im_format,
     }
     if (expected_size != 0 && mem->xvimage->data_size != expected_size) {
       GST_WARNING_OBJECT (allocator,
-          "unexpected XShm image size (got %" G_GSIZE_FORMAT ", expected %d)",
+          "unexpected XShm image size (got %d, expected %d)",
           mem->xvimage->data_size, expected_size);
     }