commit | ffc61181d860d9686ab769b6d68e1833309d0944 | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Mon Nov 28 14:02:22 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Nov 28 14:02:28 2016 |
tree | 161b0e771099ecff3fb4150576d3ad2e28485c3a | |
parent | ec1a670167c8eb02bea11fb944b6bedf4ddca63a [diff] |
Don't cache video codec list in VideoEngine2. A WebRtcVideoEngine2 object seems to be reused between PeerConnections, which means that the field trial added in https://codereview.webrtc.org/2511703002/ may not activate/deactivate as intended between calls. This CL removes the caching of video codecs, which gets rid of this problem. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2521393004 Cr-Commit-Position: refs/heads/master@{#15265}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.