[Bug 746007] videofilters: Support filter to do boxblur

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 13 21:11:34 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=746007

Sanjay NM <sanjay.nm at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #299068|0                           |1
        is obsolete|                            |

--- Comment #2 from Sanjay NM <sanjay.nm at samsung.com> ---
Created attachment 303343
  --> https://bugzilla.gnome.org/attachment.cgi?id=303343&action=edit
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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list