snakes are green
Original commit message from CVS: snakes are green
This commit is contained in:
parent
86fb04a2dd
commit
64bc1f0c1b
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user