1. 30 Mar, 2023 18 commits
  2. 22 Mar, 2023 2 commits
  3. 21 Mar, 2023 18 commits
  4. 17 Mar, 2023 1 commit
    • Removes liveOffsetTarget override on seek to live edge · f2cf82cd
      Any calls that issue a `seekTo()` where the position is `TIME_UNSET` will
      now restore the live offset target to the MediaItem set default.
      
      The change simply passes a flag to `updatePlaybackSpeedSettingsForNewPeriod()` that
      indicates the call is from a seek operation.  If this flag is set, a `positionForTargetOffsetOverrideUs`
      of `TIME_UNSET` unconditionally removes the `setTargetLiveOffsetOverrideUs()`
      
      This fixes issue #11050
      Steve Mayhew committed
  5. 16 Mar, 2023 1 commit