summaryrefslogtreecommitdiff
path: root/gst/geometrictransform/gstsphere.c
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-05 10:58:00 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-05 10:58:00 -0300
commit964c71b7c63f7637a4ca906c617f1bdc3cc7c7da (patch)
treedda7621f7811c9551777edb1ca697f0eb96a6f81 /gst/geometrictransform/gstsphere.c
parentadcb34378ac9b972c37697de0a990cf7b30ef53b (diff)
downloadgstreamer-plugins-bad-964c71b7c63f7637a4ca906c617f1bdc3cc7c7da.tar.gz
geometrictransform: Descriptions and default values
Improve some properties and element descriptions and changes some default properties values.
Diffstat (limited to 'gst/geometrictransform/gstsphere.c')
-rw-r--r--gst/geometrictransform/gstsphere.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/geometrictransform/gstsphere.c b/gst/geometrictransform/gstsphere.c
index 719416ecc..0ada5dda6 100644
--- a/gst/geometrictransform/gstsphere.c
+++ b/gst/geometrictransform/gstsphere.c
@@ -208,6 +208,9 @@ gst_sphere_class_init (GstSphereClass * klass)
static void
gst_sphere_init (GstSphere * filter, GstSphereClass * gclass)
{
+ GstGeometricTransform *gt = GST_GEOMETRIC_TRANSFORM (filter);
+
+ gt->off_edge_pixels = GST_GT_OFF_EDGES_PIXELS_CLAMP;
filter->refraction = DEFAULT_REFRACTION;
}