commit | 41d9a01f6a4c36bf968a44a8f3bef3a99b4f62a0 | [log] [tgz] |
---|---|---|
author | Fanny Linderborg <linderborg@webrtc.org> | Mon Oct 14 10:04:49 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 14 12:40:56 2024 |
tree | f9e2d57767085527b7af04c60c11206f64d75730 | |
parent | 01a9264959555e61322087ff7eb3e585baad57bd [diff] |
Prepare function for deprecation The `FrameToRender` function is considered a part of WebRTC's API so it cannot just be removed all at once. Since it is a pure virtual function it needs some preparation for the deprecation. This CL implements a default implementation. It will now be possible to not implement the function, but it will kill the process in that case. Bug: webrtc:358039777 Change-Id: Ia83c63ab035abda76beb30ba98b23f9cc835a6a1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/365500 Commit-Queue: Erik Språng <sprang@webrtc.org> Auto-Submit: Fanny Linderborg <linderborg@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43235}
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.