GNOME Bugzilla – Bug 654264
[gsttask] Fix potential deadlock when TASK_LOCK is not set
Last modified: 2011-07-08 16:57:40 UTC
Created attachment 191528 [details] [review] Fix potential deadlock when the TASK_LOCK is not set Fix potential deadlock in the task function when the task has no lock set. gst_task_func takes the task's object lock but do not release it if the task has no lock set.
Sorry, invalid...