From 03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 26 Aug 2012 16:23:14 +0200 Subject: Remove gst dependency from libempathy libempathy only used gstreamer api directly from the camera monitor, which simply uses it for its debug infrastructure.. Use the standard empathy debug infrastruction instead so we can drop the gstreamer dependency. --- libempathy/empathy-debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-debug.c') diff --git a/libempathy/empathy-debug.c b/libempathy/empathy-debug.c index 9e34ac1db..038748ff4 100644 --- a/libempathy/empathy-debug.c +++ b/libempathy/empathy-debug.c @@ -54,6 +54,7 @@ static GDebugKey keys[] = { { "Voip", EMPATHY_DEBUG_VOIP }, { "Tls", EMPATHY_DEBUG_TLS }, { "Sasl", EMPATHY_DEBUG_SASL }, + { "Camera", EMPATHY_DEBUG_CAMERA }, { 0, } }; -- cgit v1.2.3