summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideobalance.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-02 06:49:37 +0000
committerDavid Schleef <ds@schleef.org>2003-07-02 06:49:37 +0000
commitc6e986c8e4580ac3f72964104a516f7c9b992ba2 (patch)
treecafda217893dc67376bc1f5b08f5614f803394ab /gst/videofilter/gstvideobalance.h
parent623f55f1949bd83b9f026fe2fa70309641227e9b (diff)
video balancing (brightness, contrast, etc.)
Original commit message from CVS: video balancing (brightness, contrast, etc.)
Diffstat (limited to 'gst/videofilter/gstvideobalance.h')
-rw-r--r--gst/videofilter/gstvideobalance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/videofilter/gstvideobalance.h b/gst/videofilter/gstvideobalance.h
index fea03f60..75bc1125 100644
--- a/gst/videofilter/gstvideobalance.h
+++ b/gst/videofilter/gstvideobalance.h
@@ -47,6 +47,10 @@ typedef struct _GstVideobalanceClass GstVideobalanceClass;
struct _GstVideobalance {
GstVideofilter videofilter;
+ double contrast;
+ double brightness;
+ double hue;
+ double saturation;
};
struct _GstVideobalanceClass {