summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstop.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-12 11:26:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-16 12:04:06 +0200
commit3ad603be84ad0f15b2b452e96d3f8a0885fad4bc (patch)
tree37838dcdd87482c0fb0a9347923a456fb3a18924 /gst/effectv/gstop.h
parent2c2611b6bfd6129476f52806a41cf4f084e847fd (diff)
effectv: Make the optv threshold property an uint
Diffstat (limited to 'gst/effectv/gstop.h')
-rw-r--r--gst/effectv/gstop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/gstop.h b/gst/effectv/gstop.h
index 72f55734..e7946030 100644
--- a/gst/effectv/gstop.h
+++ b/gst/effectv/gstop.h
@@ -56,7 +56,7 @@ struct _GstOpTV
gint mode;
gint speed;
- gint threshold;
+ guint threshold;
gint8 *opmap[4];
guint8 *diff;