mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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))
|
if (gst_vaapi_surface_put_image(surface, image))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
g_print("could not upload %" GST_FOURCC_FORMAT" image to surface\n",
|
g_print("could not upload %s image to surface\n",
|
||||||
GST_FOURCC_ARGS(format));
|
gst_vaapi_video_format_to_string(format));
|
||||||
|
|
||||||
if (!gst_vaapi_display_has_subpicture_format(display, format, NULL))
|
if (!gst_vaapi_display_has_subpicture_format(display, format, NULL))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue