From 361c3c94c311b2914dd91c70480d8341db7f70c0 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 12 Feb 2008 13:34:52 +0000 Subject: 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dac00948..5357a0c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-12 Jan Schmidt + + * 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 * sys/directdraw/gstdirectdrawsink.c: -- cgit