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 588695 - [effectv] Add rippletv effect filter
[effectv] Add rippletv effect filter
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-15 17:52 UTC by Sebastian Dröge (slomo)
Modified: 2009-07-16 10:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rippletv.diff (19.98 KB, patch)
2009-07-15 17:52 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-07-15 17:52:03 UTC
Hi,
attached patch adds the rippletv effect filter from the effectv project.

This adds a water ripple effect to video, based on motion or a rain drop algorithm.

It was relicensed to the LGPL by the effectv author.
Comment 1 Sebastian Dröge (slomo) 2009-07-15 17:52:26 UTC
Created attachment 138461 [details] [review]
rippletv.diff
Comment 2 Sebastian Dröge (slomo) 2009-07-16 10:06:36 UTC
commit 2abd58de9de6e4e367d50fca226b45ed9aaa6fe5
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Wed Jul 15 14:37:19 2009 +0200

    effectv: Add rippletv element
    
    This produces a water ripple effect on the video input,
    based on motion or a rain drop algorithm.
    
    Kindly relicensed to LGPL2+ by Kentaro Fukuchi <fukuchi@megaui.net>.
    
    Fixes bug #588695.