GNOME Bugzilla – Bug 703341
Implement iOS/EAGL support
Last modified: 2014-04-13 08:51:54 UTC
We would need iOS support in gst-plugins-gl, which uses EAGL/GLESv2. Different to X11/EEGL this won't be able to create windows on its own though. The EAGL code in eglglessink can be used as a starting point for this.
Started implementing this, looks simple and should be finished soon :)
Code can be found here: http://cgit.freedesktop.org/~slomo/gst-plugins-bad/?h=eagl It compiles and runs, but currently only renders black but I don't know why.
commit ae81268565e79c7088a9fda6a10b8650b44e3643 Author: Sebastian Dröge <sebastian@centricular.com> Date: Sat Apr 12 21:43:50 2014 +0200 gl: Add support for iOS EAGL platform https://bugzilla.gnome.org/show_bug.cgi?id=703341
Excellent !