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

Solve random dark pane over video playing in fullscreen mode #218

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

vitorsemeano
Copy link
Contributor

@vitorsemeano vitorsemeano commented Mar 30, 2019

This PR addresses a bug that supposedly renders a dark pane over the video when playing.

I managed to replicate this problem when one file ends and the next one starts playing by itselt, for a specific file. This issue is caused because the property playOptions of the item being playing is missing sometimes. The dark pane shows when the property fullscreen represents a false result to a condition. This condition represents when a video is playing but not in the full viewport space available. To mitigate this problem, fallback points has been added when getting playOptions with an existing function for the effect.

I already tested these changes with jf-android.

@joshuaboniface joshuaboniface changed the base branch from master to release-10.3.z April 1, 2019 12:24
@joshuaboniface
Copy link
Member

Retargeted against release branch as RC hotfix.

@JustAMan JustAMan merged commit e28b42d into jellyfin:release-10.3.z Apr 1, 2019
@Bond-009 Bond-009 mentioned this pull request Apr 1, 2019
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.

5 participants