GNOME Bugzilla – Bug 750433
videofilters: add support for convolution based gaussian filter
Last modified: 2018-11-03 13:35:50 UTC
There is no support for convolution based gaussian filter
Created attachment 304628 [details] [review] videofilters: Added support for convolution based gaussian filter Added support for convolution based gaussian filter. Tested it with below pipelines gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! "video/x-raw, format={RGB}" ! gsmooth ! videoconvert ! ximagesink gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! gsmooth ! videoconvert ! ximagesink
-- 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/258.