diff options
author | Sjoerd Simons <sjoerd@luon.net> | 2012-08-26 22:23:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-29 16:12:32 +0800 |
commit | 03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c (patch) | |
tree | 0dc9d271aec960ab3229e3b5a41572f1b64b7849 /libempathy/empathy-debug.c | |
parent | 6e3ea627e70266d8c3739300e900a5b7bc0763bc (diff) | |
download | gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.tar gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.tar.gz gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.tar.bz2 gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.tar.lz gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.tar.xz gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.tar.zst gsoc2013-empathy-03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c.zip |
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.
Diffstat (limited to 'libempathy/empathy-debug.c')
-rw-r--r-- | libempathy/empathy-debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, } }; |