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

Update androidx.media3 to v1.4.0-beta01 #173

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.media3:media3-ui 1.4.0-alpha02 -> 1.4.0-beta01 age adoption passing confidence
androidx.media3:media3-exoplayer 1.4.0-alpha02 -> 1.4.0-beta01 age adoption passing confidence
androidx.media3:media3-common 1.4.0-alpha02 -> 1.4.0-beta01 age adoption passing confidence
androidx.media3:media3-effect 1.4.0-alpha02 -> 1.4.0-beta01 age adoption passing confidence
androidx.media3:media3-transformer 1.4.0-alpha02 -> 1.4.0-beta01 age adoption passing confidence

Release Notes

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

v1.4.0-beta01

Compare Source

  • ExoPlayer:
    • Add ExoPlayer.isReleased() to check whether Exoplayer.release() has been called.
    • Add ExoPlayer.Builder.setMaxSeekToPreviousPositionMs to configure the maximum position for which seekToPrevious() seeks to the previous item (#​1425).
  • Transformer:
    • Remove ExportResult.processedInputs field. If you use this field for codec details, then use DefaultDecoderFactory.listener instead. In case of a codec exception, codec details will be available in the ExportException.codecInfo.
  • Extractors:
    • Fix PCM audio format extraction in AVI containers.
  • Image:
    • Allow null as parameter for ExoPlayer.setImageOutput to clear a previously set ImageOutput.
  • Effect:
    • Remove unused OverlaySettings.useHdr since dynamic range of overlay
    • Add HDR support for TextOverlay. Luminance of the text overlay can be adjusted with OverlaySettings.setHdrLuminanceMultiplier.
  • Session:
    • Add MediaSession.Callback.onPlayerInteractionFinished to inform sessions when a series of player interactions from a specific controller finished.
    • Add SessionError and use it in SessionResult and LibraryResult instead of the error code to provide more information about the error and how to resolve the error if possible.
    • Publish the code for the media3 controller test app that can be used to test interactions with apps publishing a media session.
    • Propagate extras passed to media3's MediaSession[Builder].setSessionExtras() to a media1 controller's PlaybackStateCompat.getExtras().
    • Map fatal and non-fatal errors to and from the platform session. A PlaybackException is mapped to a fatal error state of the PlaybackStateCompat. A SessionError sent to the media notification controller with MediaSession.sendError(ControllerInfo, SessionError) is mapped to a non-fatal error in PlaybackStateCompat which means that error code and message are set but the state of the platform session remains different to STATE_ERROR.
  • UI:
    • Add image display support to PlayerView when connected to an ExoPlayer (#​1144).
    • Add customization of various icons in PlayerControlView through xml attributes to allow different drawables per PlayerView instance, rather than global overrides (#​1200).
  • HLS Extension:
    • Fix a bug where non-primary playing playlists are not refreshed during live playback (#​1240).
  • Remove deprecated symbols:
    • Remove Bundleable interface. This includes removing all Bundleable.Creator<Foo> CREATOR constant fields. Callers should use the Bundle toBundle() and static Foo fromBundle(Bundle) methods on each type instead.

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.

@jordond jordond merged commit 1027e0b into main Jun 27, 2024
2 checks passed
@jordond jordond deleted the renovate/androidx.media3 branch June 27, 2024 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant