04ed0a0773a364e7676db87396f308264cc35d7e

There is currently an error reported about unsupported formats for most users when an WebRTC connection is setup. This CL changes the error to a warning. The reason is that some H264 profiles are supported in hardware but not in software. When the decoder is created we will try to create pair of both software and hardware decoders for the union of supported formats. The creation of the software decoder will then fail. There is a small risk that this leads to errors later but only in rare circumstances. Most of the time this log line only confuses consumers as well as developers. Bug: none Change-Id: Ib2119016fa91bc270437a2bcf7892e9fdd7c419c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196645 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Johannes Kron <kron@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32800}
…
…
…
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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
- Reporting bugs
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%