[Bug 746008] Videofilters: There is no support to for a motionblur filter

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


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

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

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

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

-- 
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