summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglegl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gl/gstglegl.c')
-rw-r--r--gst-libs/gst/gl/gstglegl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/gl/gstglegl.c b/gst-libs/gst/gl/gstglegl.c
index 6eb4ad9..9d183ae 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);