[789/906] egl: Create a window surface if necessary
This commit is contained in:
parent
3662fa14c6
commit
7bd7d7a48f
@ -200,7 +200,7 @@ gst_gl_egl_create_context (EGLDisplay display, EGLNativeWindowType window,
|
|||||||
|
|
||||||
egl_exts = eglQueryString (egl->egl_display, EGL_EXTENSIONS);
|
egl_exts = eglQueryString (egl->egl_display, EGL_EXTENSIONS);
|
||||||
|
|
||||||
if (window && FALSE) {
|
if (window) {
|
||||||
egl->egl_surface =
|
egl->egl_surface =
|
||||||
eglCreateWindowSurface (egl->egl_display, egl->egl_config, window,
|
eglCreateWindowSurface (egl->egl_display, egl->egl_config, window,
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user