mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
added debug statement
Original commit message from CVS: added debug statement
This commit is contained in:
parent
6755430611
commit
d2c506810a
1 changed files with 1 additions and 0 deletions
|
@ -348,6 +348,7 @@ gst_thread_main_loop (void *arg)
|
|||
if (!gst_bin_iterate (GST_BIN (thread))) {
|
||||
g_mutex_lock(thread->lock);
|
||||
GST_FLAG_UNSET (thread, GST_THREAD_STATE_SPINNING);
|
||||
GST_DEBUG(0,"sync: removed spinning state due to failed iteration\n");
|
||||
g_mutex_unlock(thread->lock);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue