commit | c80f95511422fae261140e1eb3018d7cf88238b1 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Fri Mar 12 15:36:49 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 12 17:12:25 2021 |
tree | 0a190ef2f3d67a4cfda83be78875445ab2c63b13 | |
parent | 5eda59c96fb3f90963afd5524ff7a78999ce2c7c [diff] |
Avoid log spam when decoder implementation changes A refactoring (https://webrtc-review.googlesource.com/c/src/+/196520) of decoder metadata handling introduced a bug which causes us to log an info-level entry for every frame decoded if the implementation changes during runtime (e.g. due to software fallback). This CL fixes that to avoid spamming the logs. Bug: webrtc:12271 Change-Id: I89016351b8752b259299c4cf56c6feddcca43460 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/211664 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33451}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.