gstreamer/gst-libs/gst/gl/wayland
Sebastian Dröge 5b0c3ac153 gl: Fix compiler warning
gstglwindow_wayland_egl.c:246:41: error: unused variable 'surface_listener' [-Werror,-Wunused-const-variable]
static const struct wl_surface_listener surface_listener = {
                                        ^
2015-05-31 21:31:00 +02:00
..
gstgldisplay_wayland.c gl/wayland: implement basic video overlay support via subsurfaces 2015-05-31 16:04:13 +10:00
gstgldisplay_wayland.h gl/wayland: implement basic video overlay support via subsurfaces 2015-05-31 16:04:13 +10:00
gstglwindow_wayland_egl.c gl: Fix compiler warning 2015-05-31 21:31:00 +02:00
gstglwindow_wayland_egl.h gl/wayland: implement setting the render rectangle 2015-05-31 16:09:34 +10:00
Makefile.am gl/wayland: add GstGLDisplayWayland 2015-05-25 17:39:14 +10:00
wayland_event_source.c gl/wayland: don't block the event loop after poll 2015-05-31 16:04:13 +10:00
wayland_event_source.h gl/wayland: run each window on a separate queue 2015-05-31 16:04:12 +10:00