plugins
plugins copied to clipboard
[video_player]: Bump exoplayer-dash from 2.18.0 to 2.18.1 in /packages/video_player/video_player_android/android
Bumps exoplayer-dash from 2.18.0 to 2.18.1.
Release notes
Sourced from exoplayer-dash's releases.
r2.18.1
This release corresponds to the AndroidX media3 1.0.0-beta02 release.
- Core library:
- Ensure that changing the
ShuffleOrderwithExoPlayer.setShuffleOrderresults in a call toPlayer.Listener#onTimelineChangedwithreason=Player.TIMELINE_CHANGE_REASON_PLAYLIST_CHANGED(#9889).- For progressive media, only include selected tracks in buffered position (#10361).
- Allow custom logger for all ExoPlayer log output (#9752).
- Fix implementation of
setDataSourceFactoryinDefaultMediaSourceFactory, which was non-functional in some cases (#116).- Extractors:
- DASH:
- Parse ClearKey license URL from manifests (#10246).
- UI:
- Ensure TalkBack announces the currently active speed option in the playback controls menu (#10298).
- RTSP:
- Add VP8 fragmented packet handling (#110).
- Leanback extension:
- Listen to
playWhenReadychanges inLeanbackAdapter(10420).- Cast:
Changelog
Sourced from exoplayer-dash's changelog.
2.18.1 (2022-07-21)
This release corresponds to the AndroidX media3 1.0.0-beta02 release.
- Core library:
- Ensure that changing the
ShuffleOrderwithExoPlayer.setShuffleOrderresults in a call toPlayer.Listener#onTimelineChangedwithreason=Player.TIMELINE_CHANGE_REASON_PLAYLIST_CHANGED(#9889).- For progressive media, only include selected tracks in buffered position (#10361).
- Allow custom logger for all ExoPlayer log output (#9752).
- Fix implementation of
setDataSourceFactoryinDefaultMediaSourceFactory, which was non-functional in some cases (#116).- Extractors:
- DASH:
- Parse ClearKey license URL from manifests (#10246).
- UI:
- Ensure TalkBack announces the currently active speed option in the playback controls menu (#10298).
- RTSP:
- Add VP8 fragmented packet handling (#110).
- Leanback extension:
- Listen to
playWhenReadychanges inLeanbackAdapter(10420).- Cast:
Commits
ab4d37fMerge pull request #10443 from google/dev-v2-r2.18.11a650f2Modify release date for 2.18.1 and media3:1.0.0-beta02d24163cUpdate JavaDoc for 2.18.1064bbbfVersion bump to exoplayer:2.18.1 and media3:1.0.0-beta02b82be04Fix setDataSourceFactory handling in DefaultMediaSourceFactory77a3b16Merge pull request #10185 from TiVo:p-custom-logger9b7674aAdd migration script268de23Don't set the tag in CastTimeline344ac7bMerge pull request #110 from ittiam-systems:rtp_vp8_test6abbb49Enable onMediaMetadataChanged in CastPlayer- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).
If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?
Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.
@dependabot update
For ExoPlayer I would batch https://github.com/flutter/plugins/pull/6141, https://github.com/flutter/plugins/pull/6140, and https://github.com/flutter/plugins/pull/6139 into this PR and close all of those (i.e., keep the version in sync across all ExoPlayer subpackages). That's how we've handled it in the past.