Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update media3 to v1.1.1 #4507

Merged
merged 1 commit into from
Aug 16, 2023
Merged

fix(deps): update media3 to v1.1.1 #4507

merged 1 commit into from
Aug 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.media3:media3-ui 1.1.0 -> 1.1.1 age adoption passing confidence
androidx.media3:media3-session 1.1.0 -> 1.1.1 age adoption passing confidence
androidx.media3:media3-datasource-cronet 1.1.0 -> 1.1.1 age adoption passing confidence
androidx.media3:media3-exoplayer-dash 1.1.0 -> 1.1.1 age adoption passing confidence
androidx.media3:media3-exoplayer-hls 1.1.0 -> 1.1.1 age adoption passing confidence
androidx.media3:media3-exoplayer 1.1.0 -> 1.1.1 age adoption passing confidence

Release Notes

androidx/media (androidx.media3:media3-ui)

v1.1.1

This release corresponds to the
ExoPlayer 2.19.1 release.

This release includes the following changes since the
1.1.0 release:

  • Common Library:
    • Remove accidentally added multidex dependency from all modules
      (#​499).
  • ExoPlayer:
    • Fix issue in PlaybackStatsListener where spurious PlaybackStats are
      created after the playlist is cleared.
    • Add additional fields to Common Media Client Data (CMCD) logging:
      streaming format (sf), stream type (st), version (v), top birate (tb),
      object duration (d), measured throughput (mtp) and object type (ot)
      (#​8699).
  • Audio:
    • Fix a bug where Player.getState() never transitioned to STATE_ENDED
      when playing very short files
      (#​538).
  • Audio Offload:
    • Prepend Ogg ID Header and Comment Header Pages to bitstream for
      offloaded Opus playback in accordance with RFC 7845.
  • Video:
    • H.265/HEVC: Fix parsing SPS short and long term reference picture info.
  • Text:
    • CEA-608: Change cue truncation logic to only consider visible text.
      Previously indent and tab offset were included when limiting the cue
      length to 32 characters (which was technically correct by the spec)
      (#​11019).
  • IMA extension:
    • Bump IMA SDK version to 3.30.3.
  • Session:
    • Add custom layout to the state of the controller and provide a getter to
      access it. When the custom layout changes,
      MediaController.Listener.onCustomLayoutChanged is called. Apps that
      want to send different custom layouts to different Media3 controller can
      do this in MediaSession.Callback.onConnect by using an
      AcceptedResultBuilder to make sure the custom layout is available to
      the controller when connection completes.
    • Fix cases where MediaLibraryServiceLegacyStub sent an error to a
      Result that didn't support this which produced an
      UnsupportedOperationException
      (#​78).
    • Fix the way PlayerWrapper creates a VolumeProviderCompat by
      determining volumeControlType through both legacy commands
      (COMMAND_ADJUST_DEVICE_VOLUME and COMMAND_SET_DEVICE_VOLUME) and new
      commands (COMMAND_ADJUST_DEVICE_VOLUME_WITH_FLAGS and
      COMMAND_SET_DEVICE_VOLUME_WITH_FLAGS)
      (#​554).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@Bnyro Bnyro merged commit db070e8 into master Aug 16, 2023
6 checks passed
@renovate renovate bot deleted the renovate/media3 branch August 16, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant