Skip to content

Fix crash when seeking to the end of special videos (again)#13594

Open
Thompson3142 wants to merge 1 commit into
TeamNewPipe:devfrom
Thompson3142:#13450-fix_seekbar_crash
Open

Fix crash when seeking to the end of special videos (again)#13594
Thompson3142 wants to merge 1 commit into
TeamNewPipe:devfrom
Thompson3142:#13450-fix_seekbar_crash

Conversation

@Thompson3142

Copy link
Copy Markdown
Contributor

What is it?

  • Bugfix (user facing)
  • Feature (user facing) ⚠️ Your PR must target the refactor branch
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

This is strongly related to #11584.
Apparently Coils behavior has changed in recent years (?) so the returned bitmap is of type HARDWARE and not of some software type. These hardware bitmaps are immutable so we cannot create an identical copy and need to create a software (ARGB_8888) bitmap instead.

Fixes the following issue(s)

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.

Due diligence

@github-actions github-actions Bot added the size/small PRs with less than 50 changed lines label Jun 11, 2026
@TobiGr TobiGr added bug Issue is related to a bug player Issues related to any player (main, popup and background) labels Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue is related to a bug player Issues related to any player (main, popup and background) size/small PRs with less than 50 changed lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Seeking to the end of certain videos causes a crash

2 participants