From ce4935343271ec7a1ad05519de650f98d7916b2a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 12 Oct 2007 10:33:27 +0000 Subject: [PATCH] I'm too lazy to comment this Original commit message from CVS: *** empty log message *** --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 50e7d16852..f938508461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-10-12 Jan Schmidt +B + * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate), + (gst_xvimagesink_xwindow_new), + (gst_xvimagesink_update_colorbalance), + (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get): + + Fix handling of some of the X atoms. If the last parameter is True, + XInternAtom won't create the atom if it doesn't exist, and therefore + might return None. This causes X errors on Xv implementations that + don't provide the colour balance attributes. + 2007-10-11 Tim-Philipp Müller * gst-libs/gst/tag/gstvorbistag.c: