From 43c255f7fbde840700d17a03c9dc69c026cca5bd Mon Sep 17 00:00:00 2001
From: Simon Morlat <simon.morlat@linphone.org>
Date: Mon, 3 Dec 2012 14:48:05 +0100
Subject: [PATCH] fix low bandwidth mode

---
 coreapi/linphonecall.c | 2 +-
 mediastreamer2         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c
index 089e7b809f..f08227905f 100644
--- a/coreapi/linphonecall.c
+++ b/coreapi/linphonecall.c
@@ -950,7 +950,7 @@ bool_t linphone_call_params_low_bandwidth_enabled(const LinphoneCallParams *cp)
  * 
 **/
 void linphone_call_params_enable_low_bandwidth(LinphoneCallParams *cp, bool_t enabled){
-	cp->low_bandwidth=TRUE;
+	cp->low_bandwidth=enabled;
 }
 
 /**
diff --git a/mediastreamer2 b/mediastreamer2
index 5ce886301c..aacb8b5f50 160000
--- a/mediastreamer2
+++ b/mediastreamer2
@@ -1 +1 @@
-Subproject commit 5ce886301c0408e4779513b4af5291c38e6aef7f
+Subproject commit aacb8b5f50769d3c2d5928ef8511b8906b070217
-- 
GitLab