commit | fb8641c4e61ec30c42a7705e87d6748b890b92e9 | [log] [tgz] |
---|---|---|
author | Per Kjellander <perkj@webrtc.org> | Thu Aug 11 07:25:00 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 11 08:40:01 2022 |
tree | 2514536a12bfaede40383fa6060d957ee01b6707 | |
parent | c06c0cfa5209e4c36fc2d0597732bdef2da9f0d5 [diff] |
Drop frames in RtpVideoSender::OnEncodedImage if stream disabled Drops frames if the encoder has been configured with a new set of rtp streams and a stray frame is returned from an encoder. This can happen with hardware encoders that may deliver frames on a separate thread than were they are configured. This cl disable sending media on the RTP module a video layer is connected to and there by, old frames are dropped. Bug: webrtc:1200, b/201798527 Change-Id: Id6bcfc3a846f6b8ed3b645cbbde571b819611a75 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271122 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37744}
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.