mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +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 */
|
||||
g_static_mutex_lock (&pool_lock);
|
||||
task->priv->pool = gst_object_ref (klass->pool);
|
||||
g_static_mutex_lock (&pool_lock);
|
||||
g_static_mutex_unlock (&pool_lock);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue