summaryrefslogtreecommitdiff
path: root/tests/internal/test-surfaces.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/internal/test-surfaces.c')
-rw-r--r--tests/internal/test-surfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/internal/test-surfaces.c b/tests/internal/test-surfaces.c
index d0fbfaf4..9f515eed 100644
--- a/tests/internal/test-surfaces.c
+++ b/tests/internal/test-surfaces.c
@@ -60,7 +60,7 @@ main (int argc, char *argv[])
gst_vaapi_surface_unref (surface);
pool = gst_vaapi_surface_pool_new (display, GST_VIDEO_FORMAT_ENCODED,
- width, height);
+ width, height, 0);
if (!pool)
g_error ("could not create Gst/VA surface pool");