From 3d0257e1b666a775a1413c5ba163958a09080f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 28 Dec 2015 14:41:59 +0200 Subject: [PATCH] glcontext: Add some debug output when the GL thread is actually running --- gst-libs/gst/gl/gstglcontext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/gstglcontext.c b/gst-libs/gst/gl/gstglcontext.c index f84e78b503..736e9c04f3 100644 --- a/gst-libs/gst/gl/gstglcontext.c +++ b/gst-libs/gst/gl/gstglcontext.c @@ -1033,6 +1033,7 @@ static void _unlock_create_thread (GstGLContext * context) { context->priv->created = TRUE; + GST_INFO_OBJECT (context, "gl thread running"); g_cond_signal (&context->priv->create_cond); g_mutex_unlock (&context->priv->render_lock); }