After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746007 - videofilters: Support filter to do boxblur
videofilters: Support filter to do boxblur
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 746009
Blocks:
 
 
Reported: 2015-03-11 04:24 UTC by Sanjay NM
Modified: 2018-11-03 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videofilters: Added support for a convolution based boxblur (8.66 KB, patch)
2015-03-11 04:25 UTC, Sanjay NM
none Details | Review
videofilters: Added support for boxblur filter (8.51 KB, patch)
2015-05-14 04:11 UTC, Sanjay NM
none Details | Review
videofilters: Added support for BoxBlur filter (8.51 KB, patch)
2015-05-14 05:26 UTC, Sanjay NM
none Details | Review

Description Sanjay NM 2015-03-11 04:24:29 UTC
There is no filter in videofilter to do boxblur
Comment 1 Sanjay NM 2015-03-11 04:25:36 UTC
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
Comment 2 Sanjay NM 2015-05-14 04:11:34 UTC
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
Comment 3 Sanjay NM 2015-05-14 05:26:01 UTC
Created attachment 303346 [details] [review]
videofilters: Added support for BoxBlur filter

Added a minor change in gstvideofiltersbad.c to point to boxblur
Comment 4 GStreamer system administrator 2018-11-03 13:31:50 UTC
-- 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.