Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

[[ Bug 22650 ]] Fix crash on iOS player #7510

Open
wants to merge 1 commit into
base: develop-9.6
Choose a base branch
from

Conversation

livecodepanos
Copy link
Contributor

@livecodepanos livecodepanos commented Jan 26, 2021

This patch fixes a crash/freeze when repeatedly setting the same filename in an iOS player.

The patch ensures that two AVPlayerItems are checked for equality correctly, so the rest of the setCurrentItem method is not executed.

However, when setting repeatedly different filenames, the crash/freeze is still present. It happens completely randomly, it can happen at the second attempt to change the filename, or even at the 20th one. It looks like something in the setCurrentItem method is the culprit.

This, setting it to WIP for now.

This patch fixes a crash/freeze when repeatedly setting the same filename
in an iOS player.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants