gstreamer/gst/geometrictransform
Filippo Argiolas c921067208 geometrictransform: make ciclegt "radius" property relative
Make the "radius" property of CircleGeometricTransform relative.
This is more coherent with the way [x,y]-center properties are handled
and allow to set a radius without knowing the video size.
Radius is defined with respect to the circle circumscribed about the
video rectangle so that a point in the center has radius 0.0 and one in
a vertex has radius 1.0.
Note that this is not a regression from the previous absolute way of
defining the radius as a user who knows the video size can easily
calculate the relative radius and set that.

https://bugzilla.gnome.org/show_bug.cgi?id=625959
2010-08-04 20:09:09 -03:00
..
geometricmath.c
geometricmath.h
gstbulge.c
gstbulge.h
gstcircle.c geometrictransform: make ciclegt "radius" property relative 2010-08-04 20:09:09 -03:00
gstcircle.h
gstcirclegeometrictransform.c geometrictransform: make ciclegt "radius" property relative 2010-08-04 20:09:09 -03:00
gstcirclegeometrictransform.h geometrictransform: make ciclegt "radius" property relative 2010-08-04 20:09:09 -03:00
gstdiffuse.c
gstdiffuse.h
gstfisheye.c
gstfisheye.h
gstgeometrictransform.c
gstgeometrictransform.h
gstkaleidoscope.c geometrictransform: make ciclegt "radius" property relative 2010-08-04 20:09:09 -03:00
gstkaleidoscope.h
gstmarble.c
gstmarble.h
gstmirror.c
gstmirror.h
gstpinch.c
gstpinch.h
gstsphere.c
gstsphere.h
gstsquare.c
gstsquare.h
gststretch.c geometrictransform: new filter "stretch" 2010-08-02 20:09:26 +02:00
gststretch.h
gsttunnel.c
gsttunnel.h
gsttwirl.c geometrictransform: make ciclegt "radius" property relative 2010-08-04 20:09:09 -03:00
gsttwirl.h
gstwaterripple.c geometrictransform: make ciclegt "radius" property relative 2010-08-04 20:09:09 -03:00
gstwaterripple.h
Makefile.am
plugin.c