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.6.0
->1.7.1
1.6.0
->1.7.1
1.6.0
->1.7.1
Release Notes
androidx/media (androidx.media3:media3-session)
v1.7.1
This release has the same code as 1.6.1 and is being released to ensure it appears as a 'newer' release than 1.7.0, which was an alpha release accidentally tagged as stable. Please avoid using either of these releases. Stay on 1.6.1 and wait for 1.8.0-alpha01.
v1.6.1
Compare Source
This release includes the following changes since the
1.6.0 release:
PlaybackParameters.withPitch(float)
method for easily copying aPlaybackParameters
with a newpitch
value(#2257).
error during initialization of the next media item
(#2229).
ProgressiveMediaPeriod
throws anIllegalStateException
asPreloadMediaSource
attempts to call itsgetBufferedDurationUs()
before it is prepared(#2315).
CmcdData
in manifest requests for DASH, HLS, andSmoothStreaming (#2253).
AdPlaybackState.withAdDurationsUs(long[][])
can be used afterad 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).
alternate_group
from thetkhd
box and expose it as anMp4AlternateGroupData
entry in each track'sFormat.metadata
(#2242).
playlist of short content
(#1920).
MediaSession
callbacks from 500to 100 milliseconds and add an experimental setter to allow apps to
configure this value.
the user (#2302).
wrapped player is actually empty. This happened when the wrapped player
doesn't have
COMMAND_GET_TIMELINE
available whileCOMMAND_GET_CURRENT_MEDIA_ITEM
is available and the wrapped player isempty (#2320).
MediaSessionService.setMediaNotificationProvider
is silently ignoredafter other interactions with the service like
setForegroundServiceTimeoutMs
(#2305).
PlayerSurface
to work withExoPlayer.setVideoEffects
andCompositionPlayer
.PlayerSurface
can't be recomposed with a newPlayer
.CmcdData
for HLS media,causing an assertion failure when processing encrypted media segments
(#2312).
session to use TCP
(#1484).
(#2235).
Configuration
📅 Schedule: Branch creation - "on sunday" (UTC), 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.