summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-03-05 15:28:36 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-03-05 15:42:09 +0100
commit6885b9d39778b709b26b5bddad002ad88ac86e03 (patch)
treeb2dd66784fd7310e75382de7cc8333a12770b7d2 /sys
parentd19f5467ccb046b79b3c795e041f9dbb8e4f5828 (diff)
xvimage: improve debugging
Diffstat (limited to 'sys')
-rw-r--r--sys/xvimage/xvimagepool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/xvimage/xvimagepool.c b/sys/xvimage/xvimagepool.c
index 32d161248..ad2a51d8f 100644
--- a/sys/xvimage/xvimagepool.c
+++ b/sys/xvimage/xvimagepool.c
@@ -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;;
}
}