We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user / integrator I want to change the video size during playback and keep the correct aspect ratio on every devices.
We can reproduce the bug with Pixels device by running the showcase "resizable player".
After changing the video, the crosshair point to the same location on the video.
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.
The text was updated successfully, but these errors were encountered:
This issue is related to androidx/media#1237
Sorry, something went wrong.
Integrate Media3 workaround for #515 on API 34
19bfce9
9dd5c35
71dbdd9
ff333e6
Successfully merging a pull request may close this issue.
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: