diff options
author | Zhao Halley <halley.zhao@intel.com> | 2013-07-29 09:23:50 +0800 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-08-23 19:00:38 +0200 |
commit | 944a7bd077fdc77c7383f975af45f0db262bff77 (patch) | |
tree | 08b844803f2c6977aee503d5a7c86c8aaed81129 /docs | |
parent | 1d222d3b4ae6a5e8959a7231ff93ad7234900239 (diff) |
filter: add initial support for deinterlacing.
Add basic deinterlacing support, i.e. bob-deinterlacing whereby only
the selected field from the input surface is kept for the target surface.
Setting gst_vaapi_filter_set_deinterlacing() method argument to
GST_VAAPI_DEINTERLACE_METHOD_NONE means to disable deinterlacing.
Also move GstVaapiDeinterlaceMethod definition from vaapipostproc plug-in
to libgstvaapi core library.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
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 0aa16205..b70eaaaa 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -393,6 +393,7 @@ gst_vaapi_filter_set_hue gst_vaapi_filter_set_saturation gst_vaapi_filter_set_brightness gst_vaapi_filter_set_saturation +gst_vaapi_filter_set_deinterlacing <SUBSECTION Standard> GST_VAAPI_FILTER </SECTION> |