[Bug 782923] gl: Add Mesa3D GBM backend

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun May 21 22:09:19 UTC 2017


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

--- Comment #3 from Matthew Waters (ystreet00) <ystreet00 at gmail.com> ---
And, it works once I add to gst_gl_display_egl_get_from_native():

+#if GST_GL_HAVE_WINDOW_GBM
+  if (ret == EGL_NO_DISPLAY && (type & GST_GL_DISPLAY_TYPE_GBM) &&
+      (gst_gl_check_extension ("EGL_MESA_platform_gbm", egl_exts) ||
+          gst_gl_check_extension ("EGL_MESA_platform_gbm", egl_exts))) {
+    ret = _gst_eglGetPlatformDisplay (EGL_PLATFORM_GBM_MESA, (gpointer)
display,
+        NULL);
+  }
+#endif

-- 
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