[Bug 790493] vaapi should eglGetPlatformDisplay to eglGetDisplay

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jan 12 12:02:02 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=790493

--- Comment #2 from Víctor Manuel Jáquez Leal <vjaquez at igalia.com> ---
Created attachment 366725
  --> https://bugzilla.gnome.org/attachment.cgi?id=366725&action=edit
libs: egl: utils: use eglGetPlatformDisplay()

eglGetDisplay() is currently broken in Mesa for Wayland.  Also using
eglGetDisplay() is rather fragile, and it is recommended to use
eglGetPlatformDisplay() when possible.

In order to do that, this patch uses the helper in GstGL. If
gstreamer-vaapi is not compiled with GstGL support, eglGetDisplay()
will be used.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list