typo in GST_DEBUG in signal_thread

Original commit message from CVS:
typo in GST_DEBUG in signal_thread
This commit is contained in:
Zaheer Abbas Merali 2001-03-12 23:28:38 +00:00
parent be811977bf
commit 93cca29397

View file

@ -378,7 +378,7 @@ gst_thread_main_loop (void *arg)
static void
gst_thread_signal_thread (GstThread *thread, guint syncflag, gboolean set)
{
GST_DEBUG (0,"sync: signaling thread setting %u to %d\n",synflag,set);
GST_DEBUG (0,"sync: signaling thread setting %u to %d\n",syncflag,set);
g_mutex_lock (thread->lock);
if (set)
GST_FLAG_SET(thread,syncflag);