GstGLContextEGL

GstGLContextEGL

Functions

Types and Values

Object Hierarchy


Description

Functions

gst_gl_context_egl_new ()

GstGLContextEGL *
gst_gl_context_egl_new (void);

Types and Values

struct GstGLContextEGL

struct GstGLContextEGL {
  GstGLContext context;

  EGLContext egl_context;
  EGLDisplay egl_display;
  EGLSurface egl_surface;
  EGLConfig  egl_config;

  GstGLAPI gl_api;
};