GNOME Bugzilla – Bug 746007
videofilters: Support filter to do boxblur
Last modified: 2018-11-03 13:31:50 UTC
There is no filter in videofilter to do boxblur
Created attachment 299068 [details] [review] videofilters: Added support for a convolution based boxblur Added support for a convolution based filter which does boxblur on NV nad RGB data
Created attachment 303343 [details] [review] videofilters: Added support for boxblur filter Added support for convolution based Boxblur filter which works on NV and RGB data Tested using below pipelines gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! "video/x-raw, format={RGB}" ! boxblur ! videoconvert ! ximagesink gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! boxblur ! videoconvert ! ximagesink All earlier convolution related comments are taken care Request to please review
Created attachment 303346 [details] [review] videofilters: Added support for BoxBlur filter Added a minor change in gstvideofiltersbad.c to point to boxblur
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/219.