summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-01-16 15:43:35 +0000
committerJulien Moutte <julien@moutte.net>2004-01-16 15:43:35 +0000
commitcfc95f5e9d341bc399775d491fcb6776f60b78ce (patch)
tree9c4f2b9e5679abdb512736405a14a88b909e6510 /ChangeLog
parent92ba8be48d4bbd23f6c8d49dd2c7252cd9767939 (diff)
downloadgst-plugins-bad-cfc95f5e9d341bc399775d491fcb6776f60b78ce.tar.gz
gst-plugins-bad-cfc95f5e9d341bc399775d491fcb6776f60b78ce.tar.bz2
gst-plugins-bad-cfc95f5e9d341bc399775d491fcb6776f60b78ce.zip
sys/xvimage/xvimagesink.c: Implementing correct colorbalance properties. They can now be set when the element is stil...
Original commit message from CVS: 2004-01-16 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance), (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_colorbalance_set_value), (gst_xvimagesink_colorbalance_get_value), (gst_xvimagesink_set_property), (gst_xvimagesink_get_property), (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing correct colorbalance properties. They can now be set when the element is still in NULL state. The values will be committed to the Xv Port when xcontext is initialized. * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast, brightness int values in the GstXvImagesink structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54d4bf6c..7cb46c7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-01-16 Julien MOUTTE <julien@moutte.net>
+
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
+ (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
+ (gst_xvimagesink_set_xwindow_id),
+ (gst_xvimagesink_colorbalance_set_value),
+ (gst_xvimagesink_colorbalance_get_value),
+ (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
+ (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
+ correct colorbalance properties. They can now be set when the element
+ is still in NULL state. The values will be committed to the Xv Port
+ when xcontext is initialized.
+ * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
+ brightness int values in the GstXvImagesink structure.
+
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst-libs/gst/Makefile.am: