summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-16 23:52:53 +0000
committerDavid Schleef <ds@schleef.org>2004-01-16 23:52:53 +0000
commitb1f2ea5e9368afe44fb14f19a9f3669f417e3340 (patch)
tree2211ea76c7c40535cf9dae87e12b1e9433f7e8bc
parent843085a4863468b9d90fd1a155ed9351215d5c79 (diff)
downloadgst-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.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ed47f98..6aab2c8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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