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:
pthatcher@webrtc.org 2014-12-09 19:01:45 +00:00
parent c9d155faeb
commit 0babb4a4e6

View File

@ -3948,7 +3948,8 @@ bool WebRtcVideoMediaChannel::SetSendParams(
// 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
// 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 (!SetSendSsrcs(channel_id, send_params.stream, codec)) {
return false;