Skip to content
Snippets Groups Projects

fix video player hud timeout on TV

Merged Sébastien Toque requested to merge XilasZ/vlc-android:fix_video_hud_timeout into master

Description

video player UI is unusable on TV with a remote, UI disappears immediatelly when using left/right/up/down keys. It's impossible to change track or enable subtitles.

It is caused by 5fb5121d which replaced the hardcoded 4000 ms by a setting in seconds, which is 4 by default.

In almost all usages of the new setting, the conversion from seconds to milliseconds is missing, causing the UI to hide in 4 milliseconds instead of 4s.

Tested on TV (freebox pop) with a remote.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading