aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-08-02 00:54:29 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-08-02 00:54:29 +0800
commitcd379377afcbe79913c930faded411a1072b9fb9 (patch)
tree842b0d567157c90109e6095ed61a6a6dd725cf5a
parent2038e323e7122a4e6fc2347d0d04017ea25998b6 (diff)
downloadgsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.tar
gsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.tar.gz
gsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.tar.bz2
gsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.tar.lz
gsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.tar.xz
gsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.tar.zst
gsoc2013-empathy-cd379377afcbe79913c930faded411a1072b9fb9.zip
On incoming calls don't request a new audio stream. This makes streams collide and confuses empathy (Sjoerd Simons).
svn path=/trunk/; revision=1285
-rw-r--r--libempathy/empathy-tp-call.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index e1bb6f4a7..6c90f49d8 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -282,9 +282,6 @@ tp_call_member_added_cb (EmpathyTpGroup *group,
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_AUDIO);
-
}
if (priv->status == EMPATHY_TP_CALL_STATUS_PENDING &&