egl: fallback to a non-debug context if a debug one fails
authorMatthew Waters <ystreet00@gmail.com>
Fri, 22 Aug 2014 06:49:10 +0000 (16:49 +1000)
committerMatthew Waters <ystreet00@gmail.com>
Fri, 22 Aug 2014 06:51:29 +0000 (16:51 +1000)
commit83a32dbddbf4aa20d49f719107a29db5189378fa
treed8f4220cb33736d4618155e50e3f013b0c846079
parent3c8039642448e7ad383b2cd588f54e396e1788a8
egl: fallback to a non-debug context if a debug one fails

The text for EGL_KHR_create_context added the possiblity for ES
contexts to ask for a debug context however that has not been
fully realized by all implementations.  Fallback to a non-debug
context when the implementation errors.
gst-libs/gst/gl/egl/gstglcontext_egl.c