diff finch/gntdebug.c @ 23789:128f6cb57829

Some media support in finch. This needs to be updated for the got-accept signal.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 22 Mar 2008 04:51:58 +0000
parents 60f5abc6cf0c
children cbe97caec684
line wrap: on
line diff
--- a/finch/gntdebug.c	Sat Mar 22 04:48:36 2008 +0000
+++ b/finch/gntdebug.c	Sat Mar 22 04:51:58 2008 +0000
@@ -348,6 +348,11 @@
 #ifdef USE_GSTREAMER
 	REGISTER_G_LOG_HANDLER("GStreamer");
 #endif
+#ifdef USE_FARSIGHT
+	REGISTER_G_LOG_HANDLER("farsight");
+	REGISTER_G_LOG_HANDLER("farsight-transmitter");
+	REGISTER_G_LOG_HANDLER("farsight-rtp");
+#endif
 
 	g_set_print_handler(print_stderr);   /* Redirect the debug messages to stderr */
 	if (!purple_debug_is_enabled())