From 546dc898a6f95faa284cbab597c7f9fd0f22da99 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 27 Jun 2002 22:22:42 +0000 Subject: [PATCH] fix a debug segfault Original commit message from CVS: fix a debug segfault --- gst/gstthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstthread.c b/gst/gstthread.c index d29589c8b4..820b274b75 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -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);