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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 22 00:08:00 PDT 2015


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

--- Comment #8 from Jian Li <lj.qfy.sh at gmail.com> ---
So would this be solved if create a egl display with gst_gl_display_egl_new()
rather than create a dummy display for wayland? This will make all the egl
context share the same display. Why wayland used a dummy display in
gst_gl_display_new()?

And I personal don't believe terminate one eglDisplay will impact other
eglDisplay connection. Think about if I run two opengl applications at the same
time, they all will get a eglDisplay each when start. If eglTerminate will
impact other display connections, one application quit will cause another
application has problem.

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