| Top |
GstGLDisplay represents a connection to the underlying windowing system. Elements are required to make use of GstContext to share and propogate a GstGLDisplay.
gboolean gst_context_get_gl_display (GstContext *context,GstGLDisplay **display);
void gst_context_set_gl_display (GstContext *context,GstGLDisplay *display);
Sets display
on context
typedef struct _GstGLDisplay GstGLDisplay;
The contents of a GstGLDisplay are private and should only be accessed through the provided API