diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-18 10:42:38 +0100 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2012-01-18 10:42:38 +0100 |
commit | 0f511e1e0b3e4c8e0d05682ec3c98838ec97e66d (patch) | |
tree | ce7aae6404f11f68ba706390534d106741495f9c /docs | |
parent | 9f5c48759394056515bd1a077a9e6040ef7c9051 (diff) |
surface: don't expose gst_vaapi_surface_get_parent_context().
gst_vaapi_surface_get_parent_context() was not meant to be exposed globally.
It's just an internal helper function. However, it's still possible to get
the parent context through the "parent-context" property.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libs/libs-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index 46da57a1..b4fd5130 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -334,7 +334,6 @@ gst_vaapi_surface_get_chroma_type gst_vaapi_surface_get_width gst_vaapi_surface_get_height gst_vaapi_surface_get_size -gst_vaapi_surface_get_parent_context gst_vaapi_surface_derive_image gst_vaapi_surface_get_image gst_vaapi_surface_put_image |