summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstripple.c
Commit message (Collapse)AuthorAgeFilesLines
* effectv: Don't allow caps changes for some effectv filtersSebastian Dröge2009-07-241-0/+3
| | | | | | These filters use information from previous frames to generate the current frame and a caps change will make the effect start from the beginning again.
* effectv: Add rippletv elementSebastian Dröge2009-07-161-0/+610
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.