Wrong RTP module used when calling RegisterReceiveRtpHeaderExtension in ViE channel.
Review URL: https://webrtc-codereview.appspot.com/717010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2561 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
2d4c4ae553
commit
1e1a250413
@ -299,7 +299,7 @@ WebRtc_Word32 ViEChannel::SetSendCodec(const VideoCodec& video_codec,
|
||||
if (restart_rtp) {
|
||||
rtp_rtcp->SetSendingStatus(true);
|
||||
}
|
||||
if (rtp_rtcp_->RegisterReceiveRtpHeaderExtension(
|
||||
if (rtp_rtcp->RegisterReceiveRtpHeaderExtension(
|
||||
kRtpExtensionTransmissionTimeOffset, 1) != 0) {
|
||||
WEBRTC_TRACE(kTraceError, kTraceVideo, ViEId(engine_id_, channel_id_),
|
||||
"%s: could not register transmission time offset extension",
|
||||
|
Loading…
x
Reference in New Issue
Block a user