geometrictransform: new filter "mirror"
authorFilippo Argiolas <filippo.argiolas@gmail.com>
Mon, 2 Aug 2010 09:12:42 +0000 (11:12 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 2 Aug 2010 18:15:06 +0000 (20:15 +0200)
commit9ee12f94deee3c9bf7abf4e1b3afb1434c6147e2
tree5759db81e88b4502afe53e8df1c0dfefa405a629
parent5c4915d917ab969ed2417b5f64dbea907b8602ff
geometrictransform: new filter "mirror"

Ports gleffects "mirror" filter to geometrictransform.
Simple yet effective mirror effect, splits the image into halves and
reflect the first into the second.

https://bugzilla.gnome.org/show_bug.cgi?id=625722
gst/geometrictransform/Makefile.am
gst/geometrictransform/gstmirror.c [new file with mode: 0644]
gst/geometrictransform/gstmirror.h [new file with mode: 0644]
gst/geometrictransform/plugin.c