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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 25 03:13:46 PDT 2015


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

--- Comment #13 from Jian Li <lj.qfy.sh at gmail.com> ---
With this patch, I think we don't need to call eglTerminate. The whole process
will share the same display, so there is only one display connection. When
process quit, it will free the resources automatically, correct?

Actually I don't know where to call this eglTerminate with current code
structure. If move eglGetDisplay into GstGLDisplayWayland, this will change the
returned display to egl display, not wayland display.

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