xvimage: improve debugging

This commit is contained in:
Wim Taymans 2012-03-05 15:28:36 +01:00
parent d19f5467cc
commit 6885b9d397

View file

@ -596,7 +596,8 @@ unknown_format:
GST_PTR_FORMAT, caps); GST_PTR_FORMAT, caps);
GST_ELEMENT_ERROR (xvpool->sink, RESOURCE, WRITE, GST_ELEMENT_ERROR (xvpool->sink, RESOURCE, WRITE,
("Failed to create output image buffer of %dx%d pixels", ("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;; return FALSE;;
} }
} }