| Top |
GstGLDisplayType
gst_gl_display_get_handle_type (GstGLDisplay *display);
void gst_gl_display_filter_gl_api (GstGLDisplay *display,GstGLAPI gl_api);
gboolean gst_gl_display_add_context (GstGLDisplay *display,GstGLContext *context);
GstGLContext * gst_gl_display_get_gl_context_for_thread (GstGLDisplay *display,GThread *thread);
gboolean gst_gl_display_create_context (GstGLDisplay *display,GstGLContext *other_context,GstGLContext **p_context,GError **error);
gboolean gst_context_get_gl_display (GstContext *context,GstGLDisplay **display);
void gst_context_set_gl_display (GstContext *context,GstGLDisplay *display);
“create-context” signalGstGLContext* user_function (GstGLDisplay *gstgldisplay, GstGLContext *arg1, gpointer user_data)
Flags: Run Last