summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/eagl/gstglcontext_eagl.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-03-07 08:52:54 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-03-07 08:54:47 +0200
commit5f925a15805dd2384436c36ec1cc4248f8bb370b (patch)
tree695503e67a3f325ff770af16037202b2b223d91b /gst-libs/gst/gl/eagl/gstglcontext_eagl.h
parent797d6415dfd6e111efb2cab544958a67cbf22b17 (diff)
downloadgstreamer-plugins-bad-5f925a15805dd2384436c36ec1cc4248f8bb370b.tar.gz
Revert "libgstgl: cocoa, eagl: don't marshal GL calls to the context thread"
This reverts commit 797d6415dfd6e111efb2cab544958a67cbf22b17. We're frozen for 1.8.0 release and this change might have bigger impact.
Diffstat (limited to 'gst-libs/gst/gl/eagl/gstglcontext_eagl.h')
-rw-r--r--gst-libs/gst/gl/eagl/gstglcontext_eagl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gst-libs/gst/gl/eagl/gstglcontext_eagl.h b/gst-libs/gst/gl/eagl/gstglcontext_eagl.h
index 0a36cb9e4..262281029 100644
--- a/gst-libs/gst/gl/eagl/gstglcontext_eagl.h
+++ b/gst-libs/gst/gl/eagl/gstglcontext_eagl.h
@@ -65,10 +65,6 @@ void gst_gl_context_eagl_prepare_draw (GstGLContextEagl * context);
void gst_gl_context_eagl_finish_draw (GstGLContextEagl * context);
guintptr gst_gl_context_eagl_get_current_context (void);
-/* private */
-typedef void (*GstGLContextEaglInvokeFunc) (gpointer data);
-void _gst_gl_context_eagl_invoke (GstGLContext * context,
- GstGLContextEaglInvokeFunc func, gpointer data, GDestroyNotify destroy);
G_END_DECLS
#endif /* __GST_GL_CONTEXT_EAGL_H__ */