mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
changed debug to print unsigned not signed
Original commit message from CVS: changed debug to print unsigned not signed
This commit is contained in:
parent
5561a9e79c
commit
518f0ac5d1
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ gst_thread_signal_thread (GstThread *thread, guint syncflag, gboolean set)
|
|||
GST_FLAG_UNSET(thread,syncflag);
|
||||
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_DEBUG (0,"sync: done signaling thread with %u set to %u..should be %d\n",syncflag,
|
||||
GST_FLAG_IS_SET(thread,syncflag),set);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue