TYPO: ISSET should be IS_SET

Original commit message from CVS:
TYPO: ISSET should be IS_SET
This commit is contained in:
Zaheer Abbas Merali 2001-03-13 00:46:57 +00:00
parent 9f51259c73
commit 5561a9e79c

View file

@ -391,7 +391,7 @@ gst_thread_signal_thread (GstThread *thread, guint syncflag, gboolean set)
g_cond_signal (thread->cond);
g_mutex_unlock (thread->lock[syncflag-GST_THREAD_STATE_STARTED]);
GST_DEBUG (0,"sync: done signaling thread with %u set to %d..should be %d\n",syncflag,
GST_FLAG_ISSET(thread,syncflag),set);
GST_FLAG_IS_SET(thread,syncflag),set);
}
// the set flag is to see what flag to wait for