summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-01-05 16:59:57 +0100
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>2012-01-05 17:35:43 +0100
commit4e72aa587c883a859a3b0ed6ecd13b8063f8d9e9 (patch)
tree56e52d02fb338f23b9f92de8c6dcf6a9253f42a5 /gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
parent40f44ab60eeceb0416858afd205bdfa9e6276d58 (diff)
surfaceproxy: add helper to retrieve the VA surface ID.
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapisurfaceproxy.h')
-rw-r--r--gst-libs/gst/vaapi/gstvaapisurfaceproxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
index b24caf5e..8eab401b 100644
--- a/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
+++ b/gst-libs/gst/vaapi/gstvaapisurfaceproxy.h
@@ -115,6 +115,9 @@ gst_vaapi_surface_proxy_set_context(
GstVaapiSurface *
gst_vaapi_surface_proxy_get_surface(GstVaapiSurfaceProxy *proxy);
+GstVaapiID
+gst_vaapi_surface_proxy_get_surface_id(GstVaapiSurfaceProxy *proxy);
+
void
gst_vaapi_surface_proxy_set_surface(
GstVaapiSurfaceProxy *proxy,