mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
xvimagesink: fix debug message printf format compiler warning
This commit is contained in:
parent
fbf2647f3e
commit
3b10871a87
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue