mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
[789/906] egl: Create a window surface if necessary
This commit is contained in:
parent
3662fa14c6
commit
7bd7d7a48f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue