commit | d2702ef1108e9bd144738a69bcf4deb7edc57341 | [log] [tgz] |
---|---|---|
author | sprang <sprang@webrtc.org> | Mon Jul 10 15:41:10 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 10 15:41:10 2017 |
tree | 0addde12b55994ba3d768e1f8a940e3a0ad7ed0b | |
parent | fe53355dcbc66b1fcb5c4f567d77bb173eae4ddb [diff] |
Fix flaky test VideoSendStreamTest.SendsKeepAlive Since the keep-alive payload type is not registered in the payload type map of FakeNetworkPipe, it will cause a DCHECK to trigger unless we're able to destroy the call before that. Just register it in the fake network as media type "any", it will be discarded early on the receive side anyway. BUG=webrt:7964 Review-Url: https://codereview.webrtc.org/2979543002 Cr-Commit-Position: refs/heads/master@{#18953}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.