From eabada02dc2d16578783c51f1030bc44096e2ba6 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Tue, 13 Jan 2004 17:57:24 +0000 Subject: [PATCH] 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 * 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 querying Xv adaptor for min/max value as the documentation seems to be wrong on the -1000 to 1000 interval. --- ChangeLog | 12 ++++++++++++ common | 2 +- gst/videofilter/gstvideobalance.c | 3 +-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b354fac..2197505 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2004-01-13 Julien MOUTTE + + * 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 querying Xv adaptor for min/max value as + the documentation seems to be wrong on the -1000 to 1000 interval. + 2004-01-12 David Schleef * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain), diff --git a/common b/common index cd5507a..c81ad07 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit cd5507ae3df8dc48c07df9e37878846b6b79faa1 +Subproject commit c81ad072c76522175cbddead96d6f3c448068d67 diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index e4bb900..5963e0f 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, } } - -- 2.7.4