empathy r1285 - trunk/libempathy



Author: xclaesse
Date: Fri Aug  1 16:54:29 2008
New Revision: 1285
URL: http://svn.gnome.org/viewvc/empathy?rev=1285&view=rev

Log:
On incoming calls don't request a new audio stream. This makes streams collide and confuses empathy (Sjoerd Simons).


Modified:
   trunk/libempathy/empathy-tp-call.c

Modified: trunk/libempathy/empathy-tp-call.c
==============================================================================
--- trunk/libempathy/empathy-tp-call.c	(original)
+++ trunk/libempathy/empathy-tp-call.c	Fri Aug  1 16:54:29 2008
@@ -282,9 +282,6 @@
       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 &&



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]