mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
task: add more debug
This commit is contained in:
parent
49a7832499
commit
592ead764c
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue