1. 05 Apr, 2023 3 commits
    • Fix emulator tests flakiness · c52d155b
      Releasing the player once a sequence has ended seems to make our
      emulator tests flaky. Comment out until we find the cause. The player
      will still be released from TransformerInternal, when the export ends.
      
      PiperOrigin-RevId: 520886181
      kimvde committed
    • Add warning logs if `DefaultDrmSessionManager` is used on wrong thread · 1ac7f3cd
      Issue: google/ExoPlayer#11008
      PiperOrigin-RevId: 520864579
      ibaker committed
    • Remove mediaTimeOffsetMs from EventDispatcher · f28a151a
      The `DashMediaSource` wrongly added an offset to the media times set
      to the `MediaLoadData`. With this the `startTimeMS` and `endTimeMs`
      don't represent the positions in the period but in the stream.
      
      `DashMediaSource` was the only call site that was setting the offset
      to a non-zero value. So if we are using 0 for the `DashMediaSource`
      as well, the offset is redundant and we can remove it everywhere.
      
      PiperOrigin-RevId: 520682026
      bachinger committed
  2. 30 Mar, 2023 37 commits