commit | 721d402d71cddc954aa9112f832908b9ead90107 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Thu Dec 15 15:10:57 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 15 15:11:01 2016 |
tree | 01f1bf690c2c3d881f054d2a1a7c852002c59ea5 | |
parent | ac8d5164f0187d21da54905ed1143e6b04f5a7ab [diff] |
Create VideoReceiver with external VCMTiming object. In order for the VCMTiming object to be correctly updated with decoding timings when running the WebRTC-NewVideoJitterBuffer experiment the VCMTiming object has to be available in both the VideoReceiver and the video_coding::FrameBuffer class. Therefore the VCMTiming object is created in VideoRecieveStream and then passed to VideoReceiver/video_coding::FrameBuffer as they are constructed. BUG=webrtc:5514 Review-Url: https://codereview.webrtc.org/2575473004 Cr-Commit-Position: refs/heads/master@{#15638}
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.