mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
TYPO: ISSET should be IS_SET
Original commit message from CVS: TYPO: ISSET should be IS_SET
This commit is contained in:
parent
9f51259c73
commit
5561a9e79c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue