mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests: image: fix string representation for GstVideoFormat.
This commit is contained in:
parent
2b0a4a0304
commit
e790722a84
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue