fix a debug segfault

Original commit message from CVS:
fix a debug segfault
This commit is contained in:
Thomas Vander Stichele 2002-06-27 22:22:42 +00:00
parent ef2f6e1fc4
commit 546dc898a6

View file

@ -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);