summaryrefslogtreecommitdiff
path: root/gst/geometrictransform/gstsquare.h
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2010-08-09 16:55:43 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-08-09 19:25:54 +0200
commit4cec7d10cd61b3887f01bb741bba5f9c54b808c3 (patch)
tree5b78562a830ab6e14989c887740fc4a5acde00c3 /gst/geometrictransform/gstsquare.h
parent2a9b456dab89e090dbd1e4c3b02984f3a67de663 (diff)
downloadgstreamer-plugins-bad-4cec7d10cd61b3887f01bb741bba5f9c54b808c3.tar.gz
geometrictransform: make square "width" and "height" customizable
https://bugzilla.gnome.org/show_bug.cgi?id=625908
Diffstat (limited to 'gst/geometrictransform/gstsquare.h')
-rw-r--r--gst/geometrictransform/gstsquare.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/geometrictransform/gstsquare.h b/gst/geometrictransform/gstsquare.h
index 1059aa22f..c9b3c35dd 100644
--- a/gst/geometrictransform/gstsquare.h
+++ b/gst/geometrictransform/gstsquare.h
@@ -68,6 +68,8 @@ typedef struct _GstSquareClass GstSquareClass;
struct _GstSquare
{
GstGeometricTransform element;
+
+ gdouble width, height;
};
struct _GstSquareClass