From 64bc1f0c1b2735cc64bc0ff6358acb13a1368d61 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 6 Oct 2005 09:49:58 +0000 Subject: [PATCH] snakes are green Original commit message from CVS: snakes are green --- gst/gstmodule.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gstmodule.c b/gst/gstmodule.c index 553a657582..57797412f1 100644 --- a/gst/gstmodule.c +++ b/gst/gstmodule.c @@ -210,7 +210,8 @@ init_gst (void) /* Initialize debugging category */ GST_DEBUG_CATEGORY_INIT (pygst_debug, "pygst", 0, "GStreamer python bindings"); - GST_DEBUG_CATEGORY_INIT (python_debug, "python", 0, "python code using gst-python"); + GST_DEBUG_CATEGORY_INIT (python_debug, "python", + GST_DEBUG_FG_GREEN, "python code using gst-python"); g_timeout_add_full (0, 100, python_do_pending_calls, NULL, NULL);