-
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.
Remove old workaround for timestamp jumps
This workaround was added for TS streams that do not adjust their timestamps to start from zero. Over time, the default audio sink logic has become more robust towards unexpected timestamps and we no longer need this workaround to jump forward in time. The workaround also actively caused issues by adjusting the audio timestamps backwards if the stream starts with large negative values. See Issue: androidx/media#291. This caused playback to get stuck due to another bug in the first-frame rendering logic in the video renderer that is now fixed. PiperOrigin-RevId: 553493618
- Loading branch information
Showing
2 changed files
with
0 additions
and
40 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