Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream and update webrtc to M125 #9

Merged
merged 10 commits into from
Jun 24, 2024
Merged

Conversation

davidliu
Copy link

No description provided.

saghul and others added 10 commits June 3, 2024 14:33
The way the renderer is implemented is as follows: there is a UIView
which holds on to a RTCMTLVideoView, which does the actual rendering in
metal.

Rather than using our own home-grown mechanism to layout the views, just
make sure the Metal view takes 100% of the space of our view, and then
use the `videoContentMode` property to set it to cover or contain,
matching the way a browser would do it.

This greatly simplifies the code because we lonnger care about the video
size, the Metal renderer makes the adjustments autmagically.

In addition, the mirror and object-fit properties are only applied once,
when they change, not on every layout change, which is unnecessary.
20cf1d5 preserve order  ( Burak KIYAK 2024-05-03 13:41:59 +0200)
64e8298 ios: add all available camera device types  ( Burak KIYAK 2024-04-30 12:30:38 +0200)
f36b6b8 ios: refactor rendering in RTCVideoView  ( Saúl Ibarra Corretgé 2024-06-11 09:35:36 +0200)
…#1578)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@davidliu davidliu merged commit 2d153e1 into master Jun 24, 2024
3 checks passed
@davidliu davidliu deleted the dl/merge_master branch June 24, 2024 02:20
davidliu added a commit that referenced this pull request Jun 24, 2024
2d153e1 Merge upstream and update webrtc to M125 (#9)  ( davidliu 2024-06-24 11:20:10 +0900)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants