From 7bd7d7a48f80e8f86a50121b0e9f0124cf4d7770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 7 Aug 2013 17:11:59 +0200 Subject: [PATCH] [789/906] egl: Create a window surface if necessary --- gst-libs/gst/gl/gstglegl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglegl.c b/gst-libs/gst/gl/gstglegl.c index 6eb4ad9013..9d183ae368 100644 --- a/gst-libs/gst/gl/gstglegl.c +++ b/gst-libs/gst/gl/gstglegl.c @@ -200,7 +200,7 @@ gst_gl_egl_create_context (EGLDisplay display, EGLNativeWindowType window, egl_exts = eglQueryString (egl->egl_display, EGL_EXTENSIONS); - if (window && FALSE) { + if (window) { egl->egl_surface = eglCreateWindowSurface (egl->egl_display, egl->egl_config, window, NULL);