
> Fixing a flaky test in video_engine_tests > > VideoSendStreamTest.SuspendBelowMinBitrate was flaky. The problem was that when the first non-padding packet was sent after the stream was resumed, the statistics had not always been updated so that stats.suspended was false. After seeing the first non-padding packet after suspension, the test will now go into a state where it waits for the statistics to be changed. > > BUG=3068 > R=pbos@webrtc.org > TBR=stefan@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/10069004 TBR=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10089005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5712 4adac7df-926f-26a2-2b94-8c16560cd09d
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.