gstreamer/gst-libs/gst/gl/eagl
Matthew Waters 7066c849e4 glcontext: add support for influencing the backing configuration
New API:
- gst_gl_context_get_config()
- gst_gl_context_request_config()

A GL context configuration is a GstStructure that has some well-known
names for common values that can also be extended in platform-specific
ways if necessary.

Wrapped OpenGL contexts may be able to retrieve the GL context
configuration depending on the platform.  If that information is
available, GstGLContext will attempt to create an context that matches
the shared OpenGL context config unless gst_gl_context_request_config()
has been called.

A new environment variable 'GST_GL_CONFIG' will be read to influence the
configuration chosen.  The environment variable will only be used as a
fallback if gst_gl_context_request_config() has not been called.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/809>
2021-05-13 16:44:28 +10:00
..
gstglcontext_eagl.h gl/eagl: don't access UIkit objects on the main thread 2020-06-02 14:32:03 +10:00
gstglcontext_eagl.m glcontext: add support for influencing the backing configuration 2021-05-13 16:44:28 +10:00
gstglios_utils.h gl/eagl: don't access UIkit objects on the main thread 2020-06-02 14:32:03 +10:00
gstglwindow_eagl.h gl/eagl: don't access UIkit objects on the main thread 2020-06-02 14:32:03 +10:00
gstglwindow_eagl.m gl/eagl: Fix automatic resize behaviour 2020-12-03 08:18:29 +00:00