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

fix: seek doesn't work before video finished loading #94

Merged
merged 1 commit into from
Nov 7, 2019
Merged

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Nov 7, 2019

Description of the Changes

Solve FEC-9316.
unlisten of loaded_data wasn't always earlier enough.
add check for seeked event occurred and don't seek on loaded_data event

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

Solve FEC-9316.
unlisten of loaded_data wasn't always earlier enough, fix with check for seeked so don't seek after loaded_data
@Yuvalke Yuvalke requested a review from yairans November 7, 2019 15:00
@Yuvalke Yuvalke self-assigned this Nov 7, 2019
@Yuvalke Yuvalke requested a review from OrenMe November 7, 2019 15:39
@Yuvalke Yuvalke merged commit c25663e into master Nov 7, 2019
@Yuvalke Yuvalke deleted the FEC-9316-1 branch November 7, 2019 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants