[Pkg-gstreamer-commits] [gstreamer-vaapi] 134/176: vaapipostproc: fix support for "sharpen" filter.

Vincent Cheng vcheng at moszumanska.debian.org
Tue Jun 3 08:09:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

vcheng pushed a commit to branch upstream
in repository gstreamer-vaapi.

commit db5465c2d6627766184c767adfc4f69e815366c9
Author: Zhao, Halley <halley.zhao at intel.com>
Date:   Thu Dec 12 08:38:12 2013 +0800

    vaapipostproc: fix support for "sharpen" filter.
    
    Fix copy/paste error when submitting the "sharpen" value to the
    GstVaapiFilter instance.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720375
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne at intel.com>
---
 gst/vaapi/gstvaapipostproc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gst/vaapi/gstvaapipostproc.c b/gst/vaapi/gstvaapipostproc.c
index d84ca3c..ace0e61 100644
--- a/gst/vaapi/gstvaapipostproc.c
+++ b/gst/vaapi/gstvaapipostproc.c
@@ -444,7 +444,7 @@ gst_vaapipostproc_process_vpp(GstBaseTransform *trans, GstBuffer *inbuf,
         return GST_FLOW_NOT_SUPPORTED;
 
     if ((postproc->flags & GST_VAAPI_POSTPROC_FLAG_SHARPEN) &&
-        !gst_vaapi_filter_set_denoising_level(postproc->filter,
+        !gst_vaapi_filter_set_sharpening_level(postproc->filter,
             postproc->sharpen_level))
         return GST_FLOW_NOT_SUPPORTED;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gstreamer-vaapi.git



More information about the Pkg-gstreamer-commits mailing list