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 703339 - Refactor EGL code into a separate class
Refactor EGL code into a separate class
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 703340 703341 703342
 
 
Reported: 2013-06-30 12:14 UTC by Sebastian Dröge (slomo)
Modified: 2013-07-03 20:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2013-06-30 12:14:50 UTC
Currently the Wayland and X11 windowing implementations both implement almost the same code for EGL. The Android and Raspberry Pi implementations would copy almost the same code again.

The EGL code should be refactored into a separate class for this, that is then used from all this windowing system <-> EGL integrations.
Comment 1 Sebastian Dröge (slomo) 2013-07-03 20:22:13 UTC
commit 44cf9d84dad297688f432b0066300695d7e0f967
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Wed Jul 3 09:12:39 2013 +0200

    egl: Refactor EGL logic into a helper object