Skip to content

fix(deps): update media3 to v1.6.1 #4592

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

Merged
merged 1 commit into from
Apr 15, 2025
Merged

fix(deps): update media3 to v1.6.1 #4592

merged 1 commit into from
Apr 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.media3:media3-ui 1.6.0 -> 1.6.1 age adoption passing confidence
androidx.media3:media3-exoplayer 1.6.0 -> 1.6.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.6.1

Compare Source

This release includes the following changes since the
1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a
      PlaybackParameters with a new pitch value
      (#​2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer
      error during initialization of the next media item
      (#​2229).
    • Fix issue where ProgressiveMediaPeriod throws an
      IllegalStateException as PreloadMediaSource attempts to call its
      getBufferedDurationUs() before it is prepared
      (#​2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and
      SmoothStreaming (#​2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after
      ad groups have been removed. The user still needs to pass in an array of
      durations for removed ad groups which can be empty or null
      (#​2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an
      Mp4AlternateGroupData entry in each track's Format.metadata
      (#​2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a
      playlist of short content
      (#​1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500
      to 100 milliseconds and add an experimental setter to allow apps to
      configure this value.
    • Fix issue where notifications reappear after they have been dismissed by
      the user (#​2302).
    • Fix a bug where the session returned a single-item timeline when the
      wrapped player is actually empty. This happened when the wrapped player
      doesn't have COMMAND_GET_TIMELINE available while
      COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is
      empty (#​2320).
    • Fix a bug where calling
      MediaSessionService.setMediaNotificationProvider is silently ignored
      after other interactions with the service like
      setForegroundServiceTimeoutMs
      (#​2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and
      CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media,
      causing an assertion failure when processing encrypted media segments
      (#​2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP
      session to use TCP
      (#​1484).
  • Cast extension:
    • Add support for playlist metadata
      (#​2235).

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 14, 2025 13:21
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Apr 14, 2025
@renovate renovate bot requested review from jmartinesp and removed request for a team April 14, 2025 13:21
Copy link
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/wpfMuD

Copy link

Please retry analysis of this Pull-Request directly on SonarQube Cloud

Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.04%. Comparing base (34b9348) to head (0782933).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4592   +/-   ##
========================================
  Coverage    80.04%   80.04%           
========================================
  Files         2102     2102           
  Lines        55567    55567           
  Branches      6917     6917           
========================================
  Hits         44478    44478           
  Misses        8701     8701           
  Partials      2388     2388           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@jmartinesp jmartinesp merged commit d53f048 into develop Apr 15, 2025
39 checks passed
@jmartinesp jmartinesp deleted the renovate/media3 branch April 15, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant