mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gl/macos+ios: privatise _invoke_on_main()
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1132
This commit is contained in:
parent
65f2bb8fa2
commit
eb0107986a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ struct _GstGLContextCocoaPrivate
|
||||||
|
|
||||||
gboolean gst_gl_window_cocoa_create_window (GstGLWindowCocoa *window_cocoa);
|
gboolean gst_gl_window_cocoa_create_window (GstGLWindowCocoa *window_cocoa);
|
||||||
|
|
||||||
|
G_GNUC_INTERNAL
|
||||||
void _invoke_on_main (GstGLWindowCB func, gpointer data, GDestroyNotify notify);
|
void _invoke_on_main (GstGLWindowCB func, gpointer data, GDestroyNotify notify);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue