From 25a5dabda913c8154dd8377c143c45064e97960a Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 12 Mar 2014 23:43:12 +1100 Subject: [PATCH] [899/906] egl: warn if we resort to display handles from the window --- gst-libs/gst/gl/egl/gstglcontext_egl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/gl/egl/gstglcontext_egl.c b/gst-libs/gst/gl/egl/gstglcontext_egl.c index b181984ff3..197cd1cb3a 100644 --- a/gst-libs/gst/gl/egl/gstglcontext_egl.c +++ b/gst-libs/gst/gl/egl/gstglcontext_egl.c @@ -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);