From cd379377afcbe79913c930faded411a1072b9fb9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 1 Aug 2008 16:54:29 +0000 Subject: [PATCH 1/1] On incoming calls don't request a new audio stream. This makes streams collide and confuses empathy (Sjoerd Simons). svn path=/trunk/; revision=1285 --- libempathy/empathy-tp-call.c | 3 --- 1 file changed, 3 deletions(-) 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 && -- 2.39.2