GNOME Bugzilla – Bug 741079
plugins: add support for EGL through GstVideoGLTextureUploadMeta
Last modified: 2015-02-24 14:44:31 UTC
Add initial support for EGL through GstVideoGLTextureUploadMeta. This requires GstVaapiPluginBase to re-allocate the GstVaapiDisplay to suit the downstream GstGLContext needs in terms of platform (X11, Wayland), or OpenGL API (desktop, GLESv2).
commit 60e96e80cc0b10ad0b70e25ffae9b75eb9be2390 Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Fri Feb 20 15:29:17 2015 +0100 plugins: add initial support for EGL. Add initial support for EGL through GstVideoGLTextureUploadMeta. Fix gst_vaapi_ensure_display() to allocate a GstVaapiDisplay off the downstream supplied GstGLContext configuration, i.e. use its native display handle to create a GstVaapiDisplay of type X11 or Wayland ; and use the desired OpenGL API to allocate the GstVaapiDisplayEGL wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=741079