diff options
author | Zhao Halley <halley.zhao@intel.com> | 2013-07-17 17:37:16 +0800 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2013-08-23 19:00:38 +0200 |
commit | a854768a8091ffa700f4e542690a9dd02066634b (patch) | |
tree | af05cf0bf45be2ef1148e2cd1adaab75832fb828 /docs | |
parent | 22f55bd51338fbd4c0e35d42ac143debc02d4fb5 (diff) |
filter: add support for sharpening.
Sharpening is configured with a float value. The supported range is
-1.0 .. 1.0 with 0.0 being the default, and that means no sharpening
operation at all.
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 0fb0c82f..049f8f7c 100644 --- a/docs/reference/libs/libs-sections.txt +++ b/docs/reference/libs/libs-sections.txt @@ -388,6 +388,7 @@ gst_vaapi_filter_set_operation gst_vaapi_filter_set_format gst_vaapi_filter_set_cropping_rectangle gst_vaapi_filter_set_denoising_level +gst_vaapi_filter_set_sharpening_level <SUBSECTION Standard> GST_VAAPI_FILTER </SECTION> |