commit | 1ee24a650c116509d855e2ed23b8d28a0bb37384 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Fri Mar 15 11:09:18 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 15 12:53:06 2024 |
tree | b2e1358a84307165cfa289456e940528a2694732 | |
parent | c6e06aef5ea9e84135192a48a242b6d8314cb449 [diff] |
Propagate known Encoder SinkWants when configured instead of after first frame. Propagate requested resolution and max frame rate to the source when configured rather than after the first frame. This is so that the source can be configured immediately. There is no reason why source should be updated until after first frame since it may lead to unnecessary reconfigurations and thread jumps. Wants that depend on actual frame size is not moved. Cl also change default behaviour in VideoStreamEncoderTest to not set restriction on max frame rate. This aligns with how its used. Bug: webrtc:14451 Change-Id: I96a3675d3ccabb1d2ecb4354b6932bc6563b1760 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342801 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Jonas Oreland <jonaso@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41906}
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.