diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-04-03 13:08:55 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-04-03 13:34:59 +0200 |
commit | e65726de8db680adde86e990ca8d7aa5b29fde67 (patch) | |
tree | 05d6962836cc1e0a141ec97eabfbc25b62910cc8 /docs | |
parent | 6e82da1e93390cd4585d1c56383008b67c6391c5 (diff) |
decoder: drop obsolete functions.
Drop the following functions that are now obsolete:
- gst_vaapi_context_get_surface()
- gst_vaapi_context_put_surface()
- gst_vaapi_context_find_surface_by_id()
- gst_vaapi_surface_proxy_new()
- gst_vaapi_surface_proxy_get_context()
- gst_vaapi_surface_proxy_set_context()
- gst_vaapi_surface_proxy_set_surface()
This is an API change.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libs/libs-sections.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/reference/libs/libs-sections.txt b/docs/reference/libs/libs-sections.txt index fcb701ec..33f645b5 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -402,10 +402,7 @@ gst_vaapi_context_set_profile gst_vaapi_context_get_entrypoint gst_vaapi_context_get_size gst_vaapi_context_get_surface_proxy -gst_vaapi_context_get_surface gst_vaapi_context_get_surface_count -gst_vaapi_context_put_surface -gst_vaapi_context_find_surface_by_id gst_vaapi_context_apply_composition <SUBSECTION Standard> GST_VAAPI_CONTEXT @@ -524,16 +521,12 @@ GST_VAAPI_DECODER_VC1_GET_CLASS <SECTION> <FILE>gstvaapisurfaceproxy</FILE> <TITLE>GstVaapiSurfaceProxy</TITLE> -gst_vaapi_surface_proxy_get_context gst_vaapi_surface_proxy_get_surface gst_vaapi_surface_proxy_get_surface_id gst_vaapi_surface_proxy_get_user_data -gst_vaapi_surface_proxy_new gst_vaapi_surface_proxy_new_from_pool gst_vaapi_surface_proxy_ref gst_vaapi_surface_proxy_replace -gst_vaapi_surface_proxy_set_context -gst_vaapi_surface_proxy_set_surface gst_vaapi_surface_proxy_set_user_data gst_vaapi_surface_proxy_unref <SUBSECTION Standard> |