commit | 275e2099abe0aea4db7b89f1abeae264574e5afa | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Mar 14 19:55:19 2017 +0100 |
committer | Tommi <tommi@webrtc.org> | Tue Mar 14 18:55:19 2017 +0000 |
tree | bfbe7120ad76f2af52994f77d42cba7f511401b4 | |
parent | e851a9a763dc2c0fca76a489e44eb2393dcabb55 [diff] |
Remove ReceiveCodec() getters from VideoCodingModule. The getters are not used and the implementation cannot be guaranteed to return a correct value except when called synchronously from the decoding thread while decoding. The methods as is imply that the implementation needs to offer some sort of synchronization, and that's not desirable. BUG=webrtc:7328 R=stefan@webrtc.org Review-Url: https://codereview.webrtc.org/2741853008 . Cr-Commit-Position: refs/heads/master@{#17233}
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.