commit | 444682acf9804c5fcbddaded9e900ba3cc6921fc | [log] [tgz] |
---|---|---|
author | qiangchen <qiangchen@chromium.org> | Wed Nov 25 02:07:56 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Nov 25 02:08:03 2015 |
tree | da6a09bede9ec8549dc8a6809220fb5d8d8f8db7 | |
parent | 953eabc0273ba0566f2889904dd4ffb6ee50bfa9 [diff] |
Remove frame time scheduing in IncomingVideoStream This is part of the project that makes RTC rendering more smooth. We've already finished the developement of the frame selection algorithm in WebMediaPlayerMS, where we managed a frame pool, and based on the vsync interval, we actively select the best frame to render in order to maximize the rendering smoothness. Thus the frame timeline control in IncomingVideoStream is no longer needed, because with sophisticated frame selection algorithm in WebMediaPlayerMS, the time control in IncomingVideoStream will do nothing but add some extra delay. BUG=514873 Review URL: https://codereview.webrtc.org/1419673014 Cr-Commit-Position: refs/heads/master@{#10781}
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.