diff options
Diffstat (limited to 'gst-libs/gst/gl/gstglcontext.h')
-rw-r--r-- | gst-libs/gst/gl/gstglcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gl/gstglcontext.h b/gst-libs/gst/gl/gstglcontext.h index 999b86af9..c7df03859 100644 --- a/gst-libs/gst/gl/gstglcontext.h +++ b/gst-libs/gst/gl/gstglcontext.h @@ -128,6 +128,7 @@ GstGLAPI gst_gl_context_get_gl_api (GstGLContext *context); guintptr gst_gl_context_get_gl_context (GstGLContext *context); gboolean gst_gl_context_create (GstGLContext *context, GstGLContext *other_context, GError ** error); +void gst_gl_context_destroy (GstGLContext *context); gpointer gst_gl_context_default_get_proc_address (GstGLContext *context, const gchar *name); |