| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index b2fade87439870af781ce7f310836bdfcf781342..bdf6fb538798ed8bc1851ab845389aa15b7fcb37 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -834,7 +834,8 @@
|
| _channelId(channelId),
|
| event_log_proxy_(new RtcEventLogProxy()),
|
| rtp_header_parser_(RtpHeaderParser::Create()),
|
| - rtp_payload_registry_(new RTPPayloadRegistry()),
|
| + rtp_payload_registry_(
|
| + new RTPPayloadRegistry(RTPPayloadStrategy::CreateStrategy(true))),
|
| rtp_receive_statistics_(
|
| ReceiveStatistics::Create(Clock::GetRealTimeClock())),
|
| rtp_receiver_(
|
|
|