summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideobalance.c
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2004-01-13 17:57:24 +0000
committerJulien Moutte <julien@moutte.net>2004-01-13 17:57:24 +0000
commiteabada02dc2d16578783c51f1030bc44096e2ba6 (patch)
tree91683b60ad400ac705b158d77b5b120069f33e31 /gst/videofilter/gstvideobalance.c
parenta6fdf5997a33fa7b2c557846f4ac7eded4dba0ac (diff)
gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance interface stating if it is hardware based...
Original commit message from CVS: 2004-01-13 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the colorbalance interface stating if it is hardware based or software based. * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411): Removing a trailing comma. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get), (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as the documentation seems to be wrong on the -1000 to 1000 interval.
Diffstat (limited to 'gst/videofilter/gstvideobalance.c')
-rw-r--r--gst/videofilter/gstvideobalance.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index e4bb9003..5963e0fa 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -43,7 +43,7 @@ enum {
ARG_CONTRAST,
ARG_BRIGHTNESS,
ARG_HUE,
- ARG_SATURATION,
+ ARG_SATURATION
/* FILL ME */
};
@@ -314,4 +314,3 @@ static void gst_videobalance_planar411(GstVideofilter *videofilter,
}
}
-