fix(deps): update media3_version to v1.9.1 #5761
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
1.9.0→1.9.11.9.0→1.9.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
androidx/media (androidx.media3:media3-ui)
v1.9.1Compare Source
This release includes the following changes since
1.9.0 release:
(#2929).
doSomeWorkinterval only after audiostarts to support smoother A/V sync at beginning of playback.
DefaultLoadErrorHandlingPolicywhereFileNotFoundExceptionand similar exception types were retriedmultiple times.
doSomeWorkwas mistakenly reduced by the elapsed time of the currentiteration of
doSomeWork. Addressing this hopefully extends CPU idletime and saves power.
attempting to use a fallback AVC or HEVC codec.
currently playing item from a playlist
(#2873).
MediaIteminstances when repeatedly usingExoPlayer.replaceMediaItemon the same item(#2993).
(#2979).
(#2840).
AC4Profile22and other legacy profileswhen assessing AC-4 decoder support in Automotive scenarios
(#2609).
changes to avoid stuttering playback
(#2941).
either contain only a single control sequence, or have critical info
split across multiple control sequences
(#2935).
MIME type provided in the IMA LOADED event. The fix now maps the ad MIME
type using the ad pod index and ad position.
getAdsManager()andAdEvent.getAd().MediaControllerconnected to a platformsession crashed the app if stop happened during ad playback
(#2948).
extrasBundleinstances in variousclasses to guard against malformed
Bundleinstances sent from otherprocesses.
COMMAND_SEEK_NEXTorCOMMAND_SEEK_BACKcan cause gaps in the system media notification(#2976).
(#2829).
when converting from legacy
MediaMetadataCompatandMediaDescriptionCompat(#3018).
PriorityTooLowExceptionis handledby
SegmentDownloader(for DASH, HLS and SmoothStreaming). Customoverrides of
SegmentDownloaderusing the protectedexecutemethodneed to provide their task wrapped in a
Supplierso it can berecreated (#2931).
Listener.onAssetListLoadCompletedcallback. This is a breaking changein an unstable API that requires apps that implement this callback to
add an additional argument of type
JSONObject(#2950).
(#2930).
NullPointerExceptionthat can occur when seeking priorto processing the first video frame
(#2965).
RemoteCastPlayertimeline from updatingcorrectly when replacing the playlist.
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.
This PR was generated by Mend Renovate. View the repository job log.