added debug statement

Original commit message from CVS:
added debug statement
This commit is contained in:
Zaheer Abbas Merali 2001-03-12 01:37:35 +00:00
parent 6755430611
commit d2c506810a

View file

@ -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);
}
}