mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
snakes are green
Original commit message from CVS: snakes are green
This commit is contained in:
parent
86fb04a2dd
commit
64bc1f0c1b
1 changed files with 2 additions and 1 deletions
|
@ -210,7 +210,8 @@ init_gst (void)
|
||||||
|
|
||||||
/* Initialize debugging category */
|
/* Initialize debugging category */
|
||||||
GST_DEBUG_CATEGORY_INIT (pygst_debug, "pygst", 0, "GStreamer python bindings");
|
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);
|
g_timeout_add_full (0, 100, python_do_pending_calls, NULL, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue