mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
eglglessink: Get the EGL/GLES extensions at the right position
This commit is contained in:
parent
0fe6fbd677
commit
9fdec0f83b
1 changed files with 2 additions and 2 deletions
|
@ -469,8 +469,6 @@ egl_init (GstEglGlesSink * eglglessink)
|
||||||
goto HANDLE_ERROR;
|
goto HANDLE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_egl_adaptation_init_egl_exts (eglglessink->egl_context);
|
|
||||||
|
|
||||||
caps =
|
caps =
|
||||||
gst_egl_adaptation_fill_supported_fbuffer_configs
|
gst_egl_adaptation_fill_supported_fbuffer_configs
|
||||||
(eglglessink->egl_context);
|
(eglglessink->egl_context);
|
||||||
|
@ -2118,6 +2116,8 @@ gst_eglglessink_configure_caps (GstEglGlesSink * eglglessink, GstCaps * caps)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_egl_adaptation_init_egl_exts (eglglessink->egl_context);
|
||||||
|
|
||||||
SUCCEED:
|
SUCCEED:
|
||||||
GST_INFO_OBJECT (eglglessink, "Configured caps successfully");
|
GST_INFO_OBJECT (eglglessink, "Configured caps successfully");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue