Functions
gst_gl_api_to_string ()
gchar *
gst_gl_api_to_string (GstGLAPI api
);
Returns
A space seperated string of the OpenGL api's enabled in api
gst_gl_api_from_string ()
GstGLAPI
gst_gl_api_from_string (const gchar *api_s
);
Returns
The GstGLAPI represented by api_s
gst_gl_platform_to_string ()
gchar *
gst_gl_platform_to_string (GstGLPlatform api
);
Returns
A space seperated string of the OpenGL platforms enabled in api
gst_gl_platform_from_string ()
GstGLPlatform
gst_gl_platform_from_string (const gchar *platform_s
);
gst_gl_check_extension ()
gboolean
gst_gl_check_extension (const char *name
,
const gchar *ext
);