mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
debug task join
Original commit message from CVS: debug task join
This commit is contained in:
parent
63f8dd9718
commit
9648a41fa7
1 changed files with 2 additions and 0 deletions
|
@ -493,5 +493,7 @@ gst_task_join (GstTask * task)
|
||||||
GST_TASK_WAIT (task);
|
GST_TASK_WAIT (task);
|
||||||
GST_UNLOCK (task);
|
GST_UNLOCK (task);
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (task, "Joined task %p", task);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue