commit | 982dc791dbdc69fd377bdfeec3d271ee5ccf4f0e | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Wed Mar 13 16:33:02 2019 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 13 16:42:38 2019 +0000 |
tree | cbc35154b301821d8ee5b298f5c34666173cb835 | |
parent | 5ce38fff17b332c7bf06a0d582bb233704d2fb21 [diff] |
Preserve legacy behavior for old OveruseFrameDetector A recent refactoring introduced a subtle difference in how encoded frame timing is measured. See https://webrtc-review.googlesource.com/c/src/+/124122/14/video/video_stream_encoder.cc#b1278 After that change, the encode was considered done after encoding was done. The old behavior included the time needed to call stats and the video sink, which might include video quality tests related tasks and RTP packetization. In order to preserve the old behavior I'm moving timestamping to after packetization again. Note that the timing frame info still has a separate timestamp that does explicitly measure encode time. This is used by the experimental new overuse detector, so the effect of this change will be transient anyhow. Bug: chromium:941457, webrtc:10164 Change-Id: Ia990a1ceaeaf2c45d5df2a32d4f017cdb08e3c55 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/127569 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27108}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.