mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
xvimage: improve debugging
This commit is contained in:
parent
d19f5467cc
commit
6885b9d397
1 changed files with 2 additions and 1 deletions
|
@ -596,7 +596,8 @@ unknown_format:
|
|||
GST_PTR_FORMAT, caps);
|
||||
GST_ELEMENT_ERROR (xvpool->sink, RESOURCE, WRITE,
|
||||
("Failed to create output image buffer of %dx%d pixels",
|
||||
priv->info.width, priv->info.height), ("Invalid input caps"));
|
||||
priv->info.width, priv->info.height),
|
||||
("Invalid input caps %" GST_PTR_FORMAT, caps));
|
||||
return FALSE;;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue