commit | e8ed83003da85d84c31e95f5f5cd2f5916d9c4d4 | [log] [tgz] |
---|---|---|
author | philipel <philipel@webrtc.org> | Wed Jul 03 11:53:48 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jul 03 12:31:42 2019 +0000 |
tree | 6ed5f8874387d2fa6ee64164daa98efed09f10f1 | |
parent | e420c6aa0136d4d5c067c33fceecb8f79a97dbce [diff] |
WebRtcVideoChannel encoder fallback. In this CL: - Added WEBRTC_VIDEO_CODEC_ENCODER_FAILURE return code that can be returned by the encoder wrapper in case of a broken encoder. - Added EncoderFailureCallback interface that can be called to request encoder fallback to be performed. Implemented by WebRtcVideoChannel and called from the VideoStreamEncoder. - Updated SelectSendVideoCodec to select all compatible codecs instead of just one. Bug: webrtc:10795 Change-Id: I87a83fd02e48c40493c930471c06c3d0941031ab Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/140888 Commit-Queue: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28462}
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.