mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
typo in GST_DEBUG in signal_thread
Original commit message from CVS: typo in GST_DEBUG in signal_thread
This commit is contained in:
parent
be811977bf
commit
93cca29397
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue