commit | 5314e859262c03e8c212fee53245e91851c1e5cc | [log] [tgz] |
---|---|---|
author | sprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Jan 27 13:20:36 2014 |
committer | sprang@webrtc.org <sprang@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Mon Jan 27 13:20:36 2014 |
tree | d49aada0c1eb25dbdc778597e0e25ee192685b72 | |
parent | d9b9560ee50c236efcb690ee479021b415f7dfd4 [diff] |
Race condition in RTPSender::UpdateRtpStats The ssrc should not be access directly from the ssrc_ field, without holding the send_critsect_ lock. A better way is to just use the SSRC() getter method. BUG= R=pbos@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7539006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5439 4adac7df-926f-26a2-2b94-8c16560cd09d