commit | 09f1560f813a36f4176c1fb1068f4d7105c26175 | [log] [tgz] |
---|---|---|
author | ossu <ossu@webrtc.org> | Mon Aug 29 10:59:05 2016 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 29 10:59:09 2016 |
tree | 2144880766c2cec9452e60bc7eae5b3f9aee049d | |
parent | 3e3b6f2805d34f824b2606720273d96f5b7b5cc9 [diff] |
TimestampScaler no longer depends on NetEqDecoder to figure out scaling. This is still a tiny lie, since it checks for kCodecArbitrary to avoid scaling a codec with an external decoder, because of missing information in that case. The main point is still true, though. Once the next CL is in, removing NetEqDecoder usage completely in DecoderDatabase, another workaround will be in place for external decoders until we can fully deprecate them. BUG=webrtc:5805 Review-Url: https://codereview.webrtc.org/2270063006 Cr-Commit-Position: refs/heads/master@{#13952}
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.