commit | 7e176c41b9818052d79d5e3065b36655edbebd6d | [log] [tgz] |
---|---|---|
author | Andreas Pehrson <apehrson@mozilla.com> | Mon Dec 19 14:01:56 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 20 15:02:33 2022 |
tree | 0becdcea1bfe470772e92ab7af9837f61d2f7217 | |
parent | 6b7834c14f2b12b454ec6e46050ac156c53a4bac [diff] |
Get RTCCameraVideoCapturerTests working again See commit https://webrtc.googlesource.com/src/+/c8a6fb2bb8762de17008dee97c5fb6e762f7e056 where the setup methods for RTCCameraVideoCaptureTests' test cases were lost. Both "setup" where XCTest instead looks for "setUp", and "setupWithMockedCaptureSession" which isn't called explicitly anywhere. This commit splits the old RTCCameraVideoCaptureTests into two; RTCCameraVideoCaptureTests for tests using "setup", and RTCCameraVideoCaptureTestsWithMockedCaptureSession for tests using "setupWithMockedCaptureSession". Bug: webrtc:8382 Change-Id: I64cefff744e12f62d65e04133512de1e10d17d95 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288601 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38931}
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.