mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
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.
This commit is contained in:
parent
843085a486
commit
b1f2ea5e93
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
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>
|
2004-01-17 Christian Schaller <Uraeus@gnome.org>
|
||||||
|
|
||||||
* tools/gst-launch-ext.in - update for new plugins
|
* tools/gst-launch-ext.in - update for new plugins
|
||||||
|
|
Loading…
Reference in a new issue