Update androidxMediaVersion to v1.3.1 #12858
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.3.0
->1.3.1
1.3.0
->1.3.1
1.3.0
->1.3.1
Release Notes
androidx/media (androidx.media3:media3-datasource-okhttp)
v1.3.1
Compare Source
This release includes the following changes since the
1.3.0 release:
Format.labels
to allow localized or other alternative labels.PreloadMediaPeriod
cannot retain the streams when itis preloaded again.
TrackSelectionResult
to the playingperiod in track reselection.
when transitioning between media items
(#1017).
-keepclasseswithmembers
rule forDefaultVideoFrameProcessor.Factory.Builder.build()
(#1187).
MediaMuxer
not supportingnegative presentation timestamps before API 30.
DefaultTrackSelector
: Prefer video tracks with a 'reasonable' framerate (>=10fps) over those with a lower or unset frame rate. This ensures
the player selects the 'real' video track in MP4s extracted from motion
photos that can contain two HEVC tracks where one has a higher
resolution but a very small number of frames
(#1051).
from WAV files (#1117).
Format.averageBitrate
from metadata frames such asXING
andVBRI
.by passing the last access unit of a stream to the sample queue
(#7909). This is due
to the change causing new problems with I-frame only HLS streams
(#1150) and H.262 HLS
streams (#1126).
initialize in offload mode.
Google TV, and Lenovo M10 FHD Plus that causes 60fps H265 streams to be
marked as unsupported
tunneling even if the device does not do this automatically as required
by the API (#1169).
(#966).
prevents adaptive format switches for SDR video tracks
(#1158).
additional
CuesWithTiming
instances fromWebvttParser.parse
(#1177).
NoSuchMethodError
which can be thrown by theMediaDrm
framework instead of
ResourceBusyException
orNotProvisionedException
on some Android 14 devices(#1145).
replaces the current item
(#951).
MediaMetadata
with just non-nullextras
is nottransmitted between media controllers and sessions
(#1176).
Locale
cannotidentify a display name
(#988).
Label
elements from the manifest intoFormat.labels
(#1054).
(#1087).
requires an additional Maven repository to be configured. Users who need
this module from a local dependency
can re-enable it.
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 has been generated by Mend Renovate. View repository job log here.