[Bug 748425] GL context on android has 16bits colors
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Apr 25 03:52:08 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748425
--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 302316:
--> (https://bugzilla.gnome.org/review?bug=748425&attachment=302316)
::: gst-libs/gst/gl/egl/gstglcontext_egl.c
@@ +177,3 @@
+ EGL_RENDERABLE_TYPE,
+ EGL_OPENGL_BIT,
+ EGL_DEPTH_SIZE, 16,
Might make sense to also try with that being set to 0 if all fails
@@ +179,3 @@
+ EGL_DEPTH_SIZE, 16,
+ EGL_BUFFER_SIZE, 24,
+ EGL_ALPHA_SIZE, 1,
We only care about alpha size on RPI/Wayland. In general it does not matter
much for us if the config supports alpha or not.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list