commit | 7b971e728b614fa46aca88793ccb69ba80069fb9 | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Tue Jan 19 15:26:16 2016 |
committer | Peter Boström <pbos@webrtc.org> | Tue Jan 19 15:26:24 2016 |
tree | e5c75d98d1b5da122e8c0294b2c4bc95c9d69aef | |
parent | ee5a309f12e4a3f96b8924d45e65ae01ef18d079 [diff] |
Remove extra_options from VideoCodec. Constructing default options is racy when initializing multiple VP8 encoders in parallel. This is only used for VP8 temporal layers. Adding TemporalLayerFactory to VP8 codec specifics instead of generic options. Removes the last webrtc::Config uses/includes from video code. Also removes VideoCodec equality operators which are no longer in use. BUG=webrtc:5410 R=stefan@webrtc.org TBR=mflodman@webrtc.org Review URL: https://codereview.webrtc.org/1606613003 . Cr-Commit-Position: refs/heads/master@{#11307}
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.