summaryrefslogtreecommitdiff
path: root/gst/geometrictransform/geometricmath.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-06 22:34:55 -0300
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>2010-06-06 22:38:34 -0300
commit017808ef8d1e3abaa5a6a05eb7411f277569504c (patch)
treeacdddb1661e50b364b1153ac4b0f08271bf78aa6 /gst/geometrictransform/geometricmath.h
parenta45a1d70dd8e687aca2cfc9490fe56ac8ede619c (diff)
marble: Adds 'marble' element to geometrictransform
Adds a new element that does a marbling effect to geometrictransform plugin
Diffstat (limited to 'gst/geometrictransform/geometricmath.h')
-rw-r--r--gst/geometrictransform/geometricmath.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/geometrictransform/geometricmath.h b/gst/geometrictransform/geometricmath.h
index 7b8fa8614..dfd58009b 100644
--- a/gst/geometrictransform/geometricmath.h
+++ b/gst/geometrictransform/geometricmath.h
@@ -54,6 +54,12 @@
G_BEGIN_DECLS
+typedef struct _Noise Noise;
+
+Noise * noise_new (void);
+void noise_free (Noise * noise);
+gdouble noise_2 (Noise * noise, gdouble x, gdouble y);
+
gdouble mod_float (gdouble a, gdouble b);
gdouble geometric_math_triangle (gdouble x);