[Bug 796694] New: gl (gbm backend): typo when checking for gbm platform extension

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 27 14:00:37 UTC 2018


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

            Bug ID: 796694
           Summary: gl (gbm backend): typo when checking for gbm platform
                    extension
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: mihailescu2m at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 372853
  --> https://bugzilla.gnome.org/attachment.cgi?id=372853&action=edit
fix typo when checking for gbm platform extension

gst_gl_check_extension ("EGL_MESA_platform_gbm", egl_exts) ||
gst_gl_check_extension ("EGL_MESA_platform_gbm", egl_exts))

typo: second check should be for EGL_KHR_platform_gbm

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