gstreamer/subprojects/gst-plugins-base/gst-libs/gst
Robert Mader 414512d922 glcontext/egl: Prefer GLES2 over GL/GL3 by default
From a multimedia perspective GLES >= 2 has the big advantage of
supporting external textures (`OES_EGL_image_external` /
`OES_EGL_image_external_essl3`), allowing various YUV formats to be
imported directly by drivers.

It appears unlikely by now that the extension will ever be ported to
GL with Vulkan becoming more popular, leaving GL without an "official"
way to import YUV formats.

Further more, for Gst internal purposes it's likely that GLES2 works
equally well if not better on most drivers these days, especially on
embedded devices.

Thus switch the default for EGL context creation to GLES2. This won't
affect apps that create their own context, but `gst-launch-1.0` etc.,
which are often used for testing so people don't have to pass
`GST_GL_API=gles2`.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5509>
2023-11-17 15:02:50 +00:00
..
allocators allocators: shm: Remove future write sealing 2023-11-17 08:17:05 +00:00
app appsrc: use macros for getters/setters 2023-09-20 08:54:01 +00:00
audio audiodecoder: propagate resync flag 2023-11-10 21:45:13 +00:00
fft gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
gl glcontext/egl: Prefer GLES2 over GL/GL3 by default 2023-11-17 15:02:50 +00:00
pbutils discoverer: Fix accumulating discoverer info when loading from cache 2023-11-14 22:01:04 +00:00
riff riff: add more h265 fourcc formats 2023-07-17 13:17:20 +00:00
rtp rtpbasedepayload: Fixes for cleanup of header ext. aggregation 2023-09-27 11:49:11 +00:00
rtsp rtspconnection: Add API for adding extra http request headers 2023-09-26 06:35:43 +00:00
sdp sdp: fix wrong error message for missing clock-rate in caps 2023-08-26 18:01:38 +00:00
tag tags: Don't allow image tags with G_MAXUINT32 length 2023-06-20 10:02:19 +00:00
video video: dma-drm: add color format mappping about RGB and BGR 2023-11-13 17:44:56 +00:00
glib-compat-private.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
meson.build sdp: Handle level-asymmetry-allowed for H264 streams 2021-12-12 10:59:00 -03:00