gl/x11: don't XGetWindowAttributes every XEvent
authorMatthew Waters <matthew@centricular.com>
Wed, 11 Mar 2015 18:49:22 +0000 (18:49 +0000)
committerMatthew Waters <matthew@centricular.com>
Wed, 11 Mar 2015 18:56:06 +0000 (18:56 +0000)
commit49b00e44edcf91acfdfd019579b0d3664aa7d959
treee2c3e5cbaa8b3e3d3be5e3622d739d58f319724f
parentefe0564f223f022a896c7eb5db7fbec545abbb94
gl/x11: don't XGetWindowAttributes every XEvent

fixes a deadlock in xcb where the X window may not exist.

https://bugzilla.gnome.org/show_bug.cgi?id=745633
gst-libs/gst/gl/x11/gstglwindow_x11.c