aboutsummaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/egl/gstglcontext_egl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/egl/gstglcontext_egl.h')
-rw-r--r--gst-libs/gst/gl/egl/gstglcontext_egl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.h b/gst-libs/gst/gl/egl/gstglcontext_egl.h
index 5e84d3e0..96018655 100644
--- a/gst-libs/gst/gl/egl/gstglcontext_egl.h
+++ b/gst-libs/gst/gl/egl/gstglcontext_egl.h
@@ -45,6 +45,10 @@ struct _GstGLContextEGL {
EGLConfig egl_config;
GstGLAPI gl_api;
+
+ EGLImageKHR (*eglCreateImage) (EGLDisplay dpy, EGLContext ctx, EGLenum target,
+ EGLClientBuffer buffer, const EGLint *attrib_list);
+ EGLBoolean (*eglDestroyImage) (EGLDisplay dpy, EGLImageKHR image);
};
struct _GstGLContextEGLClass {