qml: Fix egl being deinitialized on display cleanup
authorSergey Borovkov <sergey.borovkov@wireload.net>
Thu, 8 Dec 2016 09:37:25 +0000 (12:37 +0300)
committerMatthew Waters <matthew@centricular.com>
Fri, 9 Dec 2016 10:44:05 +0000 (21:44 +1100)
commitd1f4c207a8e6d8346017e071e5014ec50e1d36fe
tree98431dc178d43690863c42facf7ec1ee4e895ab7
parent01b6c38ec962a04b208601aa48cc6482fc5eb36b
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
ext/qt/gstqtglutility.cc