-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix StreamingEngine tests on Tizen (#4812)
For some unknown reason, using precise durations for these audio segments on Tizen creates gaps that can't be survived. I don't know why that creates a 150ms gap, and I don't know why we can't seem to jump over it. It feels very much like a bug in Tizen itself. Experimentally, I found that rounding these durations to 10s even removes the gap completely. I tried many other things, but this is the only reasonable thing I have found that works. More details on my investigations can be found in the issue on GitHub. This change in durations exposed some brittle tests in Player which had to be adjusted to be more robust. Closes #4806
- Loading branch information
1 parent
da0b818
commit 1bf5ef1
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters