im.pidgin.pidgin: 6b800f3a85136f684fc3793cdbd78ac04aa5f2ac
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Thu Dec 6 10:36:01 EST 2007
-----------------------------------------------------------------
Revision: 6b800f3a85136f684fc3793cdbd78ac04aa5f2ac
Ancestor: 10f341962a83e2380243c4e44bb685105e3091a2
Author: nosnilmot at pidgin.im
Date: 2007-12-06T15:29:25
Branch: im.pidgin.pidgin
Modified files:
finch/gntdebug.c pidgin/gtkdebug.c
ChangeLog:
Trap gstreamer error messages with our debug stuff so they don't get spewed
to the console
-------------- next part --------------
============================================================
--- finch/gntdebug.c d5dd6eaf2957a71a071c11f85df01ef814312059
+++ finch/gntdebug.c 3ca1f6885f222d6a4fde9ceeca668031a43a7141
@@ -344,6 +344,9 @@ void finch_debug_init()
REGISTER_G_LOG_HANDLER("GModule");
REGISTER_G_LOG_HANDLER("GLib-GObject");
REGISTER_G_LOG_HANDLER("GThread");
+#ifdef USE_GSTREAMER
+ REGISTER_G_LOG_HANDLER("GStreamer");
+#endif
g_set_print_handler(print_stderr); /* Redirect the debug messages to stderr */
if (!purple_debug_is_enabled())
============================================================
--- pidgin/gtkdebug.c 65e4aa213d8b9d575a57e1d2d10d217cc4661922
+++ pidgin/gtkdebug.c 89f0f8e44249d77581ec8e241215490037c090df
@@ -985,6 +985,9 @@ pidgin_debug_init(void)
REGISTER_G_LOG_HANDLER("GModule");
REGISTER_G_LOG_HANDLER("GLib-GObject");
REGISTER_G_LOG_HANDLER("GThread");
+#ifdef USE_GSTREAMER
+ REGISTER_G_LOG_HANDLER("GStreamer");
+#endif
#ifdef _WIN32
if (!purple_debug_is_enabled())
More information about the Commits
mailing list