Actual code change to go along with:
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 12 Oct 2007 10:52:18 +0000 (10:52 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 12 Oct 2007 10:52:18 +0000 (10:52 +0000)
commit8ab5292f1302950f499df31b6c253136222fafc7
tree986a752b4be01135002710fcb3088df792d84b07
parentefb9c3be09ac4f6eda475e33a3b7ec9853cc4a12
Actual code change to go along with:

Original commit message from CVS:
Actual code change to go along with:

2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>

* 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.
sys/xvimage/xvimagesink.c