mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
task: fix deadlock due to typo
This commit is contained in:
parent
5fdd5e0a1e
commit
8e2bd06c31
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ gst_task_init (GstTask * task)
|
||||||
* override this later */
|
* override this later */
|
||||||
g_static_mutex_lock (&pool_lock);
|
g_static_mutex_lock (&pool_lock);
|
||||||
task->priv->pool = gst_object_ref (klass->pool);
|
task->priv->pool = gst_object_ref (klass->pool);
|
||||||
g_static_mutex_lock (&pool_lock);
|
g_static_mutex_unlock (&pool_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue