From 5561a9e79c6e8dd7f5a4ede209e72c9f8075fafb Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Tue, 13 Mar 2001 00:46:57 +0000 Subject: [PATCH] TYPO: ISSET should be IS_SET Original commit message from CVS: TYPO: ISSET should be IS_SET --- gst/gstthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstthread.c b/gst/gstthread.c index 6e77a3fd11..ef252fe026 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -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