diff options
author | David Schleef <ds@schleef.org> | 2004-01-16 23:52:53 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-01-16 23:52:53 +0000 |
commit | b1f2ea5e9368afe44fb14f19a9f3669f417e3340 (patch) | |
tree | 2211ea76c7c40535cf9dae87e12b1e9433f7e8bc /ChangeLog | |
parent | 843085a4863468b9d90fd1a155ed9351215d5c79 (diff) | |
download | gst-plugins-bad-b1f2ea5e9368afe44fb14f19a9f3669f417e3340.tar.gz gst-plugins-bad-b1f2ea5e9368afe44fb14f19a9f3669f417e3340.tar.bz2 gst-plugins-bad-b1f2ea5e9368afe44fb14f19a9f3669f417e3340.zip |
gst/videofilter/gstvideobalance.c: Fix regression; changing a property affects the video stream.
Original commit message from CVS:
* gst/videofilter/gstvideobalance.c: Fix regression; changing a
property affects the video stream.
* sys/xvimage/xvimagesink.c:
* sys/xvimage/xvimagesink.h:
Add synchronous property for debugging. Should probably be
disabled in non-CVS builds. Make sure that the Xv attribute
exists before we set it (crash!). Fix a silly float bug that
caused colorbalance to just not work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-01-16 David Schleef <ds@schleef.org> + + * gst/videofilter/gstvideobalance.c: Fix regression; changing a + property affects the video stream. + * sys/xvimage/xvimagesink.c: + * sys/xvimage/xvimagesink.h: + Add synchronous property for debugging. Should probably be + disabled in non-CVS builds. Make sure that the Xv attribute + exists before we set it (crash!). Fix a silly float bug that + caused colorbalance to just not work. + 2004-01-17 Christian Schaller <Uraeus@gnome.org> * tools/gst-launch-ext.in - update for new plugins |