debug task join

Original commit message from CVS:
debug task join
This commit is contained in:
Thomas Vander Stichele 2005-11-12 10:03:08 +00:00
parent 63f8dd9718
commit 9648a41fa7

View file

@ -493,5 +493,7 @@ gst_task_join (GstTask * task)
GST_TASK_WAIT (task);
GST_UNLOCK (task);
GST_DEBUG_OBJECT (task, "Joined task %p", task);
return TRUE;
}