(Auto)update libjingle 63547048-> 63560528
git-svn-id: http://webrtc.googlecode.com/svn/trunk@5753 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
07bc734459
commit
152208adeb
@ -2876,6 +2876,7 @@ bool WebRtcVideoMediaChannel::SetOptions(const VideoOptions &options) {
|
|||||||
if (leaky_bucket_changed) {
|
if (leaky_bucket_changed) {
|
||||||
bool enable_leaky_bucket =
|
bool enable_leaky_bucket =
|
||||||
options_.video_leaky_bucket.GetWithDefaultIfUnset(false);
|
options_.video_leaky_bucket.GetWithDefaultIfUnset(false);
|
||||||
|
LOG(LS_INFO) << "Leaky bucket is enabled : " << enable_leaky_bucket;
|
||||||
for (SendChannelMap::iterator it = send_channels_.begin();
|
for (SendChannelMap::iterator it = send_channels_.begin();
|
||||||
it != send_channels_.end(); ++it) {
|
it != send_channels_.end(); ++it) {
|
||||||
if (engine()->vie()->rtp()->SetTransmissionSmoothingStatus(
|
if (engine()->vie()->rtp()->SetTransmissionSmoothingStatus(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user