aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-08-26 22:23:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-08-29 16:12:32 +0800
commit03d0826e2278ee3d29a6214b12ba6ee7d48e0c7c (patch)
tree0dc9d271aec960ab3229e3b5a41572f1b64b7849 /libempathy/empathy-debug.h
parent6e3ea627e70266d8c3739300e900a5b7bc0763bc (diff)
downloadgsoc2013-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.h')
-rw-r--r--libempathy/empathy-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-debug.h b/libempathy/empathy-debug.h
index 44e197792..0869e80b1 100644
--- a/libempathy/empathy-debug.h
+++ b/libempathy/empathy-debug.h
@@ -48,6 +48,7 @@ typedef enum
EMPATHY_DEBUG_VOIP = 1 << 13,
EMPATHY_DEBUG_TLS = 1 << 14,
EMPATHY_DEBUG_SASL = 1 << 15,
+ EMPATHY_DEBUG_CAMERA = 1 << 16,
} EmpathyDebugFlags;
gboolean empathy_debug_flag_is_set (EmpathyDebugFlags flag);