summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>2010-04-29 12:52:27 +0000
committerGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-09-20 12:55:41 +0200
commita14711b93559c66e65011a089dcd28401e0840e6 (patch)
treec36ab4a99dce01a9a0dca647e8f3d97c50b33c4b /tests
parent7a3934d01da8e3223010afa2a8d48fd3b0779edc (diff)
Add timestamps to GstVaapiSurfaceProxy.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-decode.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test-decode.c b/tests/test-decode.c
index f076ec1e..36d07afa 100644
--- a/tests/test-decode.c
+++ b/tests/test-decode.c
@@ -136,7 +136,10 @@ main(int argc, char *argv[])
gst_vaapi_window_show(window);
- if (!gst_vaapi_window_put_surface(window, proxy->surface, NULL, NULL,
+ if (!gst_vaapi_window_put_surface(window,
+ GST_VAAPI_SURFACE_PROXY_SURFACE(proxy),
+ NULL,
+ NULL,
GST_VAAPI_PICTURE_STRUCTURE_FRAME))
g_error("could not render surface");