summaryrefslogtreecommitdiff
path: root/tests/test-subpicture.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-subpicture.c')
-rw-r--r--tests/test-subpicture.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-subpicture.c b/tests/test-subpicture.c
index ee000560..804f0a9e 100644
--- a/tests/test-subpicture.c
+++ b/tests/test-subpicture.c
@@ -149,8 +149,7 @@ main (int argc, char *argv[])
g_error ("could not create video overlay composition");
gst_video_overlay_rectangle_unref (overlay);
- if (!gst_vaapi_surface_set_subpictures_from_composition (surface, compo,
- FALSE))
+ if (!gst_vaapi_surface_set_subpictures_from_composition (surface, compo))
g_error ("could not create subpictures from video overlay compoition");
gst_vaapi_window_show (window);