snakes are green

Original commit message from CVS:
snakes are green
This commit is contained in:
Thomas Vander Stichele 2005-10-06 09:49:58 +00:00
parent 86fb04a2dd
commit 64bc1f0c1b

View file

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