After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775793 - Egl is being deinitialized on qmlglsink cleanup
Egl is being deinitialized on qmlglsink cleanup
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-08 09:39 UTC by Sergey Borovkov
Modified: 2016-12-09 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix egl being deinitialized (1.18 KB, patch)
2016-12-08 09:39 UTC, Sergey Borovkov
committed Details | Review

Description Sergey Borovkov 2016-12-08 09:39:48 UTC
Created attachment 341599 [details] [review]
Fix egl being deinitialized

After memory leak for display was committed egl started being deinitialized dyring qmlglsink cleanup.
Comment 1 Matthew Waters (ystreet00) 2016-12-09 10:48:29 UTC
Thanks!

commit d694184524d569b473279572459ba8b9cbf0cbc9
Author: Sergey Borovkov <sergey.borovkov@wireload.net>
Date:   Thu Dec 8 12:37:25 2016 +0300

    qml: Fix egl being deinitialized on display cleanup
    
    Use the with_egl_display() variant in order to not destroy the
    EGLDisplay on destruction.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=775793