From 1225bb53db93b53cbb329083845e6e1e3538e62b Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Wed, 26 Mar 2014 12:39:34 +0100 Subject: [PATCH] Revert "media: don't announce Opus codec" This reverts commit c6b0d23433777337ae81a75af6676a6b7314bde1. Call now connects even when Opus is offered in SDP. The previous failure must have had a different cause. --- src/purple/purple-media.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/purple/purple-media.c b/src/purple/purple-media.c index 2dd5f001..dd179d13 100644 --- a/src/purple/purple-media.c +++ b/src/purple/purple-media.c @@ -696,8 +696,6 @@ sipe_backend_get_local_codecs(struct sipe_backend_media *media, * Communicator rejects such SDP message and does not support the codec * anyway. * - * Lync 2013 client hates Opus codec as well. - * * For some yet unknown reason, A/V conferencing server does not accept * voice stream sent by SIPE when SIREN codec is in use. Nevertheless, * we are able to decode incoming SIREN from server and with MSOC @@ -710,7 +708,6 @@ sipe_backend_get_local_codecs(struct sipe_backend_media *media, gchar *encoding_name = purple_media_codec_get_encoding_name(codec); if (sipe_strequal(encoding_name,"THEORA") || - sipe_strequal(encoding_name,"X-GST-OPUS-DRAFT-SPITTKA-00") || (is_conference && sipe_strequal(encoding_name,"SIREN"))) { GList *tmp; g_object_unref(codec); -- 2.11.4.GIT