summaryrefslogtreecommitdiff
path: root/voice_engine/channel.cc
diff options
context:
space:
mode:
authorandresp@webrtc.org <andresp@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-08 11:06:12 +0000
committerandresp@webrtc.org <andresp@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-08 11:06:12 +0000
commit99681317b0a9dc29c1682a17908f382eac16bd2a (patch)
treeccdf49d4ef71f950d44b90cf0b160f44abf37584 /voice_engine/channel.cc
parentcef07f97fd14dbe2d7c165ff0bdc0182ba6bb3cc (diff)
downloadwebrtc-99681317b0a9dc29c1682a17908f382eac16bd2a.tar.gz
Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.
Clean some logs and add asserts in the way. BUG=3153 R=mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11129004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5861 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/channel.cc')
-rw-r--r--voice_engine/channel.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/voice_engine/channel.cc b/voice_engine/channel.cc
index 026b6b3c..2c75a790 100644
--- a/voice_engine/channel.cc
+++ b/voice_engine/channel.cc
@@ -837,8 +837,7 @@ Channel::Channel(int32_t channelId,
_channelId(channelId),
rtp_header_parser_(RtpHeaderParser::Create()),
rtp_payload_registry_(
- new RTPPayloadRegistry(channelId,
- RTPPayloadStrategy::CreateStrategy(true))),
+ new RTPPayloadRegistry(RTPPayloadStrategy::CreateStrategy(true))),
rtp_receive_statistics_(ReceiveStatistics::Create(
Clock::GetRealTimeClock())),
rtp_receiver_(RtpReceiver::CreateAudioReceiver(