Right now farstream always spits debug messages. It should have a debug mechanism such as tp-glib's one so that it only prints debug messages when requested (e.g. when TPFS_DEBUG is set)
Please push a modern debug framework into GLib! Otherwise I'll use GStreamer's
In fairness, GStreamer's is pretty sweet.
Does GStreamer's debug mechanism eventually leave the process via g_debug? If so, Empathy would automatically get TpFs debug in its own debug window and available over D-Bus; if not, some way to hook GStreamer's debug mechanism into TpDebugSender would be nice.
No, it doesn't use g_debug... going point to not use it.. this sucks :-(
Well, it seems that this is fixed in GLib 2.32.. Debug messages should only show up with G_MESSAGES_DEBUG=tp-fs
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.