task: add more debug

This commit is contained in:
Wim Taymans 2012-02-15 12:18:38 +01:00
parent 49a7832499
commit 592ead764c

View file

@ -297,7 +297,9 @@ gst_task_func (GstTask * task)
g_rec_mutex_unlock (lock);
GST_TASK_SIGNAL (task);
GST_INFO_OBJECT (task, "Task going to paused");
GST_TASK_WAIT (task);
GST_INFO_OBJECT (task, "Task resume from paused");
GST_OBJECT_UNLOCK (task);
/* locking order.. */
g_rec_mutex_lock (lock);