• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <gst/gl/gl.h>
2 #include <gst/gl/gstglfuncs.h>
3 
4 #if GST_GL_HAVE_PLATFORM_EGL
5 #include <gst/gl/egl/gstgldisplay_egl.h>
6 #include <gst/gl/egl/gstglcontext_egl.h>
7 #include <gst/gl/egl/gstglmemoryegl.h>
8 #endif
9 
10 #if GST_GL_HAVE_WINDOW_X11
11 #include <gst/gl/x11/gstgldisplay_x11.h>
12 #endif
13 
14 #if GST_GL_HAVE_WINDOW_WAYLAND
15 #include <gst/gl/wayland/gstgldisplay_wayland.h>
16 #endif
17 
18