summaryrefslogtreecommitdiff
path: root/tests/internal
diff options
context:
space:
mode:
authorHe Junyan <junyan.he@hotmail.com>2019-11-06 22:37:12 +0800
committerHe Junyan <junyan.he@hotmail.com>2019-11-06 22:38:57 +0800
commita8be3698406a97a98ce87216275892a110317689 (patch)
tree3b342b7b42d409c4966042a5403571c45fb85d3e /tests/internal
parent1c3b02daf2fed53fa9ca7267d458bd5f6baefe73 (diff)
libs: video-format: change GST_VIDEO_FORMAT_AYUV to VUYA.
We only support VUYA format in gst vaapi now, need to correct the mapping.
Diffstat (limited to 'tests/internal')
-rw-r--r--tests/internal/test-windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/internal/test-windows.c b/tests/internal/test-windows.c
index 4985e350..595be3fe 100644
--- a/tests/internal/test-windows.c
+++ b/tests/internal/test-windows.c
@@ -62,7 +62,7 @@ create_test_surface (GstVaapiDisplay * display, guint width, guint height)
GST_VIDEO_FORMAT_NV12,
GST_VIDEO_FORMAT_YV12,
GST_VIDEO_FORMAT_I420,
- GST_VIDEO_FORMAT_AYUV,
+ GST_VIDEO_FORMAT_VUYA,
GST_VIDEO_FORMAT_ARGB,
GST_VIDEO_FORMAT_BGRA,
GST_VIDEO_FORMAT_RGBA,