summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-12 13:34:52 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-12 13:34:52 +0000
commit361c3c94c311b2914dd91c70480d8341db7f70c0 (patch)
treef1e7294c97a0339b96b31e91fd0afb7c41126db0 /ChangeLog
parentd62d8d9feaf027ffa359be07fa4b400da3648940 (diff)
sys/ximage/gstximagesrc.c: Initialise variables when opening the X display rather than in _start(), as the display ca...
Original commit message from CVS: * sys/ximage/gstximagesrc.c: Initialise variables when opening the X display rather than in _start(), as the display can be opened before that. Fixes: #515985
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dac00948..5357a0c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-02-12 Jan Schmidt <jan.schmidt@sun.com>
+
+ * sys/ximage/gstximagesrc.c:
+ Initialise variables when opening the X display rather
+ than in _start(), as the display can be opened before that.
+
+ Fixes: #515985
+
2008-02-12 Sebastian Dröge <slomo@circular-chaos.org>
* sys/directdraw/gstdirectdrawsink.c: