summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-24 13:55:04 +0200
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-26 13:16:52 +0200
commite790722a8403687ab329a7cdedfe828383379805 (patch)
tree3886477ecef9977386d8ccff2fcdd4e2fa8ff341
parent2b0a4a03046ed3c71aeeee908b42ba5bd480fa9c (diff)
tests: image: fix string representation for GstVideoFormat.
-rw-r--r--tests/image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/image.c b/tests/image.c
index 305322b0..4155d826 100644
--- a/tests/image.c
+++ b/tests/image.c
@@ -338,8 +338,8 @@ image_upload(GstVaapiImage *image, GstVaapiSurface *surface)
if (gst_vaapi_surface_put_image(surface, image))
return TRUE;
- g_print("could not upload %" GST_FOURCC_FORMAT" image to surface\n",
- GST_FOURCC_ARGS(format));
+ g_print("could not upload %s image to surface\n",
+ gst_vaapi_video_format_to_string(format));
if (!gst_vaapi_display_has_subpicture_format(display, format, NULL))
return FALSE;