mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
92137572c3
It seems that eglCreatePlatformWindowSurfaceEXT is failing (with EGL_BAD_ALLOC) because it thinks an EGL surface has already been created for the wl_egl_window. The reason is that the "driver_private" field of the wl_egl_window is getting clobbered by the function wl_proxy_set_queue(). Since a wl_egl_window is not a wl_proxy, it shouldn't be passed to wl_proxy_set_queue(). It just wraps a wl_surface (which is a wl_proxy). And it looks like the queue for that surface is getting set earlier on in the function anyway. See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/621#note_184582 |
||
---|---|---|
.. | ||
gstgldisplay_wayland.c | ||
gstgldisplay_wayland.h | ||
gstgldisplay_wayland_private.h | ||
gstglwindow_wayland_egl.c | ||
gstglwindow_wayland_egl.h | ||
Makefile.am | ||
wayland_event_source.c | ||
wayland_event_source.h |