glcontext: Add some debug output when the GL thread is actually running

This commit is contained in:
Sebastian Dröge 2015-12-28 14:41:59 +02:00 committed by Tim-Philipp Müller
parent ce96cce1f2
commit 5d38c24aaa

View file

@ -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);
}