Skip to content

gl/wayland: remove invalid wl_proxy_set_queue call with wl_egl_window struct

Nicolas Huet requested to merge nicolashuet/gst-plugins-base:master into master

The struct wl_egl_window cannot be used as a wl_proxy and therefore, cannot be passed to wl_proxy_set_queue.

Merge request reports