mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
[899/906] egl: warn if we resort to display handles from the window
This commit is contained in:
parent
e64051fd1f
commit
07ed5dd637
1 changed files with 2 additions and 0 deletions
|
@ -244,6 +244,8 @@ gst_gl_context_egl_create_context (GstGLContext * context,
|
|||
|
||||
if (!native_display) {
|
||||
GstGLWindow *window = NULL;
|
||||
GST_WARNING ("Failed to get a global display handle, falling back to "
|
||||
"per-window display handles. Context sharing may not work");
|
||||
|
||||
if (other_context)
|
||||
window = gst_gl_context_get_window (other_context);
|
||||
|
|
Loading…
Reference in a new issue