[Bug 749411] glcontext_egl should call eglTerminate to free resources for non EGL DISPLAY types

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 18 02:31:10 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=749411

--- Comment #3 from Matthew Waters <ystreet00 at gmail.com> ---
That may be the case however calling eglTerminate while there's a possibility
of there being another user of that display will cause problems.  As we don't
know exactly how the native display -> EGLDisplay eglGetDisplay() is
implemented (maybe a simple mapping or it might return new EGLDisplay's for
each call), we cannot terminate access to an EGLDisplay without knowing nobody
is currently using it.

See my comment above on how this should be solved.

-- 
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