Fix a comment.
R=juberti@webrtc.org, pbos@webrtc.org, sprang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/28209004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7851 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
c9d155faeb
commit
0babb4a4e6
@ -3948,7 +3948,8 @@ bool WebRtcVideoMediaChannel::SetSendParams(
|
|||||||
// If the set of SSRCs isn't populated, then don't apply them. If we
|
// If the set of SSRCs isn't populated, then don't apply them. If we
|
||||||
// do, we'll cause a bug where adding a stream, then removing a
|
// do, we'll cause a bug where adding a stream, then removing a
|
||||||
// stream, then re-adding a stream with the same primary SSRC will
|
// stream, then re-adding a stream with the same primary SSRC will
|
||||||
// cause the sequence numbers to change and confuse the sender.
|
// cause the sequence numbers to change and confuse the receiver due
|
||||||
|
// to jumping SRTP sequence numbers.
|
||||||
if (send_params.stream.first_ssrc() != 0) {
|
if (send_params.stream.first_ssrc() != 0) {
|
||||||
if (!SetSendSsrcs(channel_id, send_params.stream, codec)) {
|
if (!SetSendSsrcs(channel_id, send_params.stream, codec)) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user