diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-11-28 17:25:05 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-11-28 17:32:18 +0100 |
commit | 5e245ae2c257e331a24984f884d359dea53e20e3 (patch) | |
tree | 5fc5075af866c560f77a3589d4f034c5f8ac53ee /docs | |
parent | 30f382fcdfb9ff790ce23aae7a076ad6fdf7b606 (diff) |
surfaceproxy: add copy function.
Add gst_vaapi_surface_proxy_copy() function that creates a new surface
proxy with the same information from the parent proxy, except that the
user-defined destroy notify function is not copied over.
The underlying VA surface is pushed back to the video pool only when
the last reference to the parent surface proxy is released.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libs/libs-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index b503d958..aa7b472e 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -366,6 +366,7 @@ gst_vaapi_surface_proxy_get_surface gst_vaapi_surface_proxy_get_surface_id gst_vaapi_surface_proxy_get_timestamp gst_vaapi_surface_proxy_new_from_pool +gst_vaapi_surface_proxy_copy gst_vaapi_surface_proxy_ref gst_vaapi_surface_proxy_replace gst_vaapi_surface_proxy_set_destroy_notify |