summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideobalance.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstvideobalance.h')
-rw-r--r--gst/videofilter/gstvideobalance.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/gst/videofilter/gstvideobalance.h b/gst/videofilter/gstvideobalance.h
index f0856dde..45aab910 100644
--- a/gst/videofilter/gstvideobalance.h
+++ b/gst/videofilter/gstvideobalance.h
@@ -46,10 +46,13 @@ typedef struct _GstVideobalanceClass GstVideobalanceClass;
struct _GstVideobalance {
GstVideofilter videofilter;
- double contrast;
- double brightness;
- double hue;
- double saturation;
+ guint8 *tabley, **tableu, **tablev;
+ gboolean needupdate;
+
+ gdouble contrast;
+ gdouble brightness;
+ gdouble hue;
+ gdouble saturation;
GList *channels;
};