From 0c7af0d5f1efcc30b9ff8d91b2b92c5719ae56a8 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 14 May 2014 12:00:29 +0200 Subject: [PATCH] Update ms2 submodule + disable AVPF for the moment. --- coreapi/linphonecall.c | 1 + mediastreamer2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index c80810ba4..5202108b7 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -197,6 +197,7 @@ static MSList *make_codec_list(LinphoneCore *lc, const MSList *codecs, int bandw if (max_sample_rate) *max_sample_rate=0; for(it=codecs;it!=NULL;it=it->next){ PayloadType *pt=(PayloadType*)it->data; + payload_type_unset_flag(pt, PAYLOAD_TYPE_RTCP_FEEDBACK_ENABLED); /* Disable AVPF for the moment. */ if (pt->flags & PAYLOAD_TYPE_ENABLED){ if (bandwidth_limit>0 && !linphone_core_is_payload_type_usable_for_bandwidth(lc,pt,bandwidth_limit)){ ms_message("Codec %s/%i eliminated because of audio bandwidth constraint of %i kbit/s", diff --git a/mediastreamer2 b/mediastreamer2 index d51333b63..dacf94968 160000 --- a/mediastreamer2 +++ b/mediastreamer2 @@ -1 +1 @@ -Subproject commit d51333b63b6f61c96bb861ad07e8165321c50f59 +Subproject commit dacf949689d0583fcacd28de316d0c8f05107452