summaryrefslogtreecommitdiff
path: root/sys/xvimage/xvimagepool.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/xvimage/xvimagepool.c')
-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;;
}
}