Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / voice_engine / voe_external_media_impl.cc
index c76c280..28d7c1a 100644 (file)
@@ -320,7 +320,7 @@ int VoEExternalMediaImpl::ExternalPlayoutGetData(
 
     // Retrieve mixed output at the specified rate
     shared_->output_mixer()->MixActiveChannels();
-    shared_->output_mixer()->DoOperationsOnCombinedSignal();
+    shared_->output_mixer()->DoOperationsOnCombinedSignal(true);
     shared_->output_mixer()->GetMixedAudio(samplingFreqHz, 1, &audioFrame);
 
     // Deliver audio (PCM) samples to the external sink