Skip to content

osc: only clear thumbnails when hiding#17954

Open
N-R-K wants to merge 1 commit into
mpv-player:masterfrom
N-R-K:nrk/flicker-fix
Open

osc: only clear thumbnails when hiding#17954
N-R-K wants to merge 1 commit into
mpv-player:masterfrom
N-R-K:nrk/flicker-fix

Conversation

@N-R-K
Copy link
Copy Markdown
Contributor

@N-R-K N-R-K commented May 21, 2026

this currently disables thumbnail even on set_visible(true) calls which was causing flickering due when scrubbing through the timeline. only disable thumbnail when hiding the osc.

Fixes: 9ce79bc

this currently disables thumbnail even on set_visible(true)
calls which was causing flickering due when scrubbing through
the timeline. only disable thumbnail when hiding the osc.

Fixes: 9ce79bc
@N-R-K
Copy link
Copy Markdown
Contributor Author

N-R-K commented May 21, 2026

ping: @guidocella

Comment thread player/lua/osc.lua
local function osc_visible(visible)
set_bar_visible("osc_visible", visible)
disable_thumbnail()
if not visible then
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

What if thumbnail should be shown when visible=true, why ignore?

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.

3 participants