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 746008 - Videofilters: There is no support to for a motionblur filter
Videofilters: There is no support to for a motionblur filter
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: 745151
Blocks:
 
 
Reported: 2015-03-11 04:27 UTC by Sanjay NM
Modified: 2018-11-03 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videofilters: Added support for a motionblur filter (8.98 KB, patch)
2015-03-11 04:29 UTC, Sanjay NM
none Details | Review
videofilters: Added support for motionblur filter (8.70 KB, patch)
2015-05-14 04:42 UTC, Sanjay NM
none Details | Review
videofilters: Added support for convolution based motionblur filter (8.72 KB, patch)
2015-05-14 05:33 UTC, Sanjay NM
none Details | Review

Description Sanjay NM 2015-03-11 04:27:04 UTC
There is no motionblur filter in videofilters
Comment 1 Sanjay NM 2015-03-11 04:29:08 UTC
Created attachment 299069 [details] [review]
videofilters: Added support for a motionblur filter

Added a convolution based filter to do motionblur. It is tested for RGB, NV data
Comment 2 Sanjay NM 2015-05-14 04:42:45 UTC
Created attachment 303344 [details] [review]
videofilters: Added support for motionblur filter

Added a convolution based motionblur filter
This supports NV, RGB formats as of now and is tested with below pipelines
gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! "video/x-raw, format={RGB}" ! motionblur ! videoconvert ! ximagesink
gst-launch-1.0 filesrc location=pm.mp4 ! decodebin ! videoconvert ! motionblur ! videoconvert ! ximagesink

Incorporated all previous comments
Request to please review
Comment 3 Sanjay NM 2015-05-14 05:33:57 UTC
Created attachment 303347 [details] [review]
videofilters: Added support for convolution based motionblur filter

Made a minor change in gstvideofilterbad.c to point to motionblur filter

Request to review.
Comment 4 GStreamer system administrator 2018-11-03 13:31:56 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/220.