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

Fix aspect ratio not working for VideoContent #741

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

DanielNovak
Copy link
Contributor

Changing the VideoScalingType didn't have an effect because of a bug in webrtc-android (GetStream/webrtc-android#46).

Issue originally reported here: #679

Notice that I changed the aspect ration from BALANCED to FILL because that's what we actually want. It looks the same as before. Our VideoContent wasn't actually using BALANCED scale type - it was ignored due to the bug.

@DanielNovak DanielNovak requested a review from a team as a code owner August 7, 2023 12:53
@DanielNovak DanielNovak requested a review from a team August 7, 2023 12:53
Copy link
Member

@skydoves skydoves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks really great to me. Nicely done! 🙌

@skydoves skydoves merged commit a83a134 into develop Aug 7, 2023
6 checks passed
@skydoves skydoves deleted the fix_aspect_ratio branch August 7, 2023 14:00
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.

2 participants