gl/wayland: don't block the event loop after poll
authorMatthew Waters <matthew@centricular.com>
Fri, 29 May 2015 08:01:29 +0000 (18:01 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:03 +0000 (19:32 +0000)
commit8332b1abe8d7786678610bf42a23537d8a41dc9b
tree7d9cb3ec2ca14d20166d705684fc02afc49dbe72
parent70ccb610f6852356e5ecb1fa5d097dfcad268bb3
gl/wayland: don't block the event loop after poll

Use the dispatch_pending set of functions which just run the currently
queued up events instead of potentially waiting for an event to occur.
gst-libs/gst/gl/wayland/wayland_event_source.c