gstreamer/gst-libs/gst/gl/wayland
Matthew Waters 06de6998e5 gl: be consistent in gobject boilerpate
GST_GL_IS_* vs GST_IS_GL_*

git grep -l 'GST_GL_IS_' | xargs sed -i 's/GST_GL_IS_/GST_IS_GL_/g'
2017-12-09 19:32:09 +00:00
..
gstgldisplay_wayland.c gl/wayland: implement basic video overlay support via subsurfaces 2017-12-09 19:32:03 +00:00
gstgldisplay_wayland.h gl/wayland: implement basic video overlay support via subsurfaces 2017-12-09 19:32:03 +00:00
gstglwindow_wayland_egl.c glwindow: remove unused draw_unlocked function 2017-12-09 19:32:08 +00:00
gstglwindow_wayland_egl.h gl: be consistent in gobject boilerpate 2017-12-09 19:32:09 +00:00
Makefile.am gl/wayland: add GstGLDisplayWayland 2017-12-09 19:32:02 +00:00
wayland_event_source.c gl/wayland: don't block the event loop after poll 2017-12-09 19:32:03 +00:00
wayland_event_source.h gl/wayland: run each window on a separate queue 2017-12-09 19:32:03 +00:00