gl/wayland: use multi-threaded safe event wayland API
authorMatthew Waters <matthew@centricular.com>
Thu, 30 Jun 2016 13:06:43 +0000 (23:06 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:22 +0000 (19:32 +0000)
commit2763baf439fa74d26a76be3e42f2dd5442965a62
treea6800733c0d1ef0f5aa16213da5949d09313c9ac
parent061049dd732cae1a3368eeaffb69158366c9f116
gl/wayland: use multi-threaded safe event wayland API

Multiple threads may be accessing the wayland fd at the same time which
requires the use of special wayland API to deal with to ensure nobody
will steal reads and cause a stall for anyone else.
gst-libs/gst/gl/wayland/wayland_event_source.c