aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:04:04 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2009-02-03 17:04:04 +0800
commit91a0f8d03605b2058f45dc7c8df9f3626de3253d (patch)
treef8a16109d74946e180057572356fb2112330ce53 /libempathy
parentffcdc9852a85556626d70fcc89e453dcd1b42e63 (diff)
downloadgsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.tar
gsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.tar.gz
gsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.tar.bz2
gsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.tar.lz
gsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.tar.xz
gsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.tar.zst
gsoc2013-empathy-91a0f8d03605b2058f45dc7c8df9f3626de3253d.zip
Request only audio in the initial request
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2405 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-call.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index c9fbb9bc2..576023e80 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -334,8 +334,7 @@ empathy_tp_call_to (EmpathyTpCall *call, EmpathyContact *contact)
g_object_notify (G_OBJECT (call), "is-incoming");
g_object_notify (G_OBJECT (call), "contact");
g_object_notify (G_OBJECT (call), "status");
- tp_call_request_streams_for_capabilities (call,
- EMPATHY_CAPABILITIES_VIDEO | EMPATHY_CAPABILITIES_AUDIO);
+ tp_call_request_streams_for_capabilities (call, EMPATHY_CAPABILITIES_AUDIO);
}
static void