mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
fix a debug segfault
Original commit message from CVS: fix a debug segfault
This commit is contained in:
parent
ef2f6e1fc4
commit
546dc898a6
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ gst_thread_main_loop (void *arg)
|
|||
GstThread *thread = NULL;
|
||||
gint stateset;
|
||||
|
||||
THR_DEBUG ("gst_thread_main_loop started");
|
||||
GST_DEBUG (GST_CAT_THREAD, "gst_thread_main_loop started");
|
||||
thread = GST_THREAD (arg);
|
||||
g_mutex_lock (thread->lock);
|
||||
|
||||
|
|
Loading…
Reference in a new issue