[Bug 728234] gl: Don't unconditonally use EGL extensions

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 20 06:44:45 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=728234
  GStreamer | gst-plugins-bad | git

--- Comment #14 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-20 13:44:41 UTC ---
Review of attachment 276515:
 --> (https://bugzilla.gnome.org/review?bug=728234&attachment=276515)

::: gst-libs/gst/gl/egl/gstglcontext_egl.c
@@ +415,3 @@
+    egl->eglDestroyImage = gst_gl_context_get_proc_address (context,
+        "eglDestroyImage");
+  } else if (gst_gl_check_extension ("EGL_KHR_image_base", egl_exts)) {

This needs to use eglQueryString() with EGL_EXTENSIONS, see
https://www.khronos.org/registry/egl/sdk/docs/man/html/eglQueryString.xhtml

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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