mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
glcontext: Add some debug output when the GL thread is actually running
This commit is contained in:
parent
ce96cce1f2
commit
5d38c24aaa
1 changed files with 1 additions and 0 deletions
|
@ -1033,6 +1033,7 @@ static void
|
||||||
_unlock_create_thread (GstGLContext * context)
|
_unlock_create_thread (GstGLContext * context)
|
||||||
{
|
{
|
||||||
context->priv->created = TRUE;
|
context->priv->created = TRUE;
|
||||||
|
GST_INFO_OBJECT (context, "gl thread running");
|
||||||
g_cond_signal (&context->priv->create_cond);
|
g_cond_signal (&context->priv->create_cond);
|
||||||
g_mutex_unlock (&context->priv->render_lock);
|
g_mutex_unlock (&context->priv->render_lock);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue