Original commit message from CVS:
* gst/gstmodule.c: (init_gst):
changed debug category name from 'gst-python' to 'python'
* gst/gst.override: (pygst_debug_log):
gchar is way smaller than an int... resulting in negative line numbers
in debug.
2005-08-10 Edward Hervey <edward@fluendo.com>
+ * gst/gstmodule.c: (init_gst):
+ changed debug category name from 'gst-python' to 'python'
+
* gst/gst.override: (pygst_debug_log):
gchar is way smaller than an int... resulting in negative line numbers
in debug.
pygst_add_constants (m, "GST_");
/* Initialize debugging category */
- GST_DEBUG_CATEGORY_INIT (gst_python, "gst-python", 0, "GStreamer python bindings");
+ GST_DEBUG_CATEGORY_INIT (gst_python, "python", 0, "GStreamer python bindings");
g_timeout_add_full (0, 100, python_do_pending_calls, NULL, NULL);