mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
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 |
||
---|---|---|
.. | ||
geometricmath.c | ||
geometricmath.h | ||
gstbulge.c | ||
gstbulge.h | ||
gstcircle.c | ||
gstcircle.h | ||
gstcirclegeometrictransform.c | ||
gstcirclegeometrictransform.h | ||
gstdiffuse.c | ||
gstdiffuse.h | ||
gstfisheye.c | ||
gstfisheye.h | ||
gstgeometrictransform.c | ||
gstgeometrictransform.h | ||
gstkaleidoscope.c | ||
gstkaleidoscope.h | ||
gstmarble.c | ||
gstmarble.h | ||
gstmirror.c | ||
gstmirror.h | ||
gstpinch.c | ||
gstpinch.h | ||
gstsphere.c | ||
gstsphere.h | ||
gstsquare.c | ||
gstsquare.h | ||
gststretch.c | ||
gststretch.h | ||
gsttunnel.c | ||
gsttunnel.h | ||
gsttwirl.c | ||
gsttwirl.h | ||
gstwaterripple.c | ||
gstwaterripple.h | ||
Makefile.am | ||
plugin.c |