| Index: webrtc/voice_engine/transmit_mixer.cc
|
| diff --git a/webrtc/voice_engine/transmit_mixer.cc b/webrtc/voice_engine/transmit_mixer.cc
|
| index 6fcc64452fb02039652696649efacaa4dcfe8aa4..834510d8f697d9f992c198e0501c805027cda03f 100644
|
| --- a/webrtc/voice_engine/transmit_mixer.cc
|
| +++ b/webrtc/voice_engine/transmit_mixer.cc
|
| @@ -491,7 +491,7 @@ int TransmitMixer::StartPlayingFileAsMicrophone(const char* fileName,
|
|
|
| // Dynamically create the instance
|
| file_player_ =
|
| - FilePlayer::NewFilePlayer(_filePlayerId, (const FileFormats)format);
|
| + FilePlayer::CreateFilePlayer(_filePlayerId, (const FileFormats)format);
|
|
|
| if (!file_player_) {
|
| _engineStatisticsPtr->SetLastError(
|
| @@ -557,7 +557,7 @@ int TransmitMixer::StartPlayingFileAsMicrophone(InStream* stream,
|
|
|
| // Dynamically create the instance
|
| file_player_ =
|
| - FilePlayer::NewFilePlayer(_filePlayerId, (const FileFormats)format);
|
| + FilePlayer::CreateFilePlayer(_filePlayerId, (const FileFormats)format);
|
|
|
| if (!file_player_) {
|
| _engineStatisticsPtr->SetLastError(
|
|
|