diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-07-09 19:08:37 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-07-10 17:03:47 +0200 |
commit | a1b27c920b6c03d7770ece1ab6ec77a31a95559f (patch) | |
tree | 5e3bc25ecdbf6658523b34a16af98a3a0be861dd /docs | |
parent | e3da054e482b85a80c4e323db1195237f8dd32ce (diff) |
surface: allow creation with explicit pixel format.
Make it possible to create VA surfaces with a specific pixel format.
This is a new capability brought in by VA-API >= 0.34.0. If that
capability is not built-in (e.g. using VA-API < 0.34.0), then
gst_vaapi_surface_new_with_format() will return NULL.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libs/libs-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index bd0229c3..827067ca 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -209,8 +209,10 @@ GstVaapiSurfaceRenderFlags <TITLE>GstVaapiSurface</TITLE> GstVaapiSurface gst_vaapi_surface_new +gst_vaapi_surface_new_with_format gst_vaapi_surface_get_id gst_vaapi_surface_get_chroma_type +gst_vaapi_surface_get_format gst_vaapi_surface_get_width gst_vaapi_surface_get_height gst_vaapi_surface_get_size |