From: Xavier Claessens Date: Fri, 1 Aug 2008 16:54:29 +0000 (+0000) Subject: On incoming calls don't request a new audio stream. This makes streams collide and... X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=cd379377afcbe79913c930faded411a1072b9fb9;hp=2038e323e7122a4e6fc2347d0d04017ea25998b6 On incoming calls don't request a new audio stream. This makes streams collide and confuses empathy (Sjoerd Simons). svn path=/trunk/; revision=1285 --- diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index e1bb6f4a..6c90f49d 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 &&