GNOME Bugzilla – Bug 796694
gl (gbm backend): typo when checking for gbm platform extension
Last modified: 2018-06-28 13:55:12 UTC
Created attachment 372853 [details] [review] 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
Do you want to make a patch? :)
(In reply to Matthew Waters (ystreet00) from comment #1) > Do you want to make a patch? :) Patch is attached...
(In reply to memeka from comment #2) > (In reply to Matthew Waters (ystreet00) from comment #1) > > Do you want to make a patch? :) > > Patch is attached... git am doesn't like that. Could you attach a 'git format-patch' patch please? :)
Created attachment 372858 [details] [review] typo patch (fixed) Added new patch created with git-format-patch
commit 1c8bf44dea2af3b8bbed3e230479fe5405a5bad6 Author: memeka <mihailescu2m@gmail.com> Date: Tue Jun 26 12:18:27 2018 +0930 gl: check for EGL_KHR_platform_gbm for non-MESA gbm implementations https://bugzilla.gnome.org/show_bug.cgi?id=796694