mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
6f918f3e37
commit
f092884ede
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
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>
|
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* gst-libs/gst/Makefile.am:
|
* gst-libs/gst/Makefile.am:
|
||||||
|
|
Loading…
Reference in a new issue