-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix playback of postrolls with multiple ads
At the point of starting to play a postroll, source info refreshes for future postroll ads in the same ad group would cause a seek that incorrectly identified the media period to play as the content media period. Fix the logic in getAdGroupIndexForPositionUs to address this. Also handle empty postroll ad breaks by resetting the expected ad group index when we send content complete. Issue: #4710 Issue: #4681 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=210071054
- Loading branch information
1 parent
24d04a2
commit 9c36773
Showing
3 changed files
with
40 additions
and
23 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
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