eglglessink: Get the EGL/GLES extensions at the right position
This commit is contained in:
parent
0fe6fbd677
commit
9fdec0f83b
@ -469,8 +469,6 @@ egl_init (GstEglGlesSink * eglglessink)
|
||||
goto HANDLE_ERROR;
|
||||
}
|
||||
|
||||
gst_egl_adaptation_init_egl_exts (eglglessink->egl_context);
|
||||
|
||||
caps =
|
||||
gst_egl_adaptation_fill_supported_fbuffer_configs
|
||||
(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:
|
||||
GST_INFO_OBJECT (eglglessink, "Configured caps successfully");
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user