-
Notifications
You must be signed in to change notification settings - Fork 1
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
Video doesn't fit when PlayerSurface size changed on Android Pixels devices #515
Labels
bug
Something isn't working
Comments
This issue is related to androidx/media#1237 |
MGaetan89
added a commit
that referenced
this issue
Jul 16, 2024
MGaetan89
added a commit
that referenced
this issue
Jul 16, 2024
MGaetan89
added a commit
that referenced
this issue
Jul 18, 2024
MGaetan89
added a commit
that referenced
this issue
Jul 25, 2024
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user / integrator I want to change the video size during playback and keep the correct aspect ratio on every devices.
Current state
We can reproduce the bug with Pixels device by running the showcase "resizable player".
On samsung device, the correct behavior is
After changing the video, the crosshair point to the same location on the video.
The same case but on a Pixel 8 Android 14 device
Even at startup the crosshair is not placed correctly. The video aspect ratio is know a bit after and the video surface seems not to be updated.
After changing the video size, the drawing of the video doesn't follow it.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: