[video_player] Upgrade to 2.14.0 - #1095
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 60c69dad9f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| dependencies: | ||
| video_player: ^2.11.1 | ||
| video_player_tizen: ^2.5.13 | ||
| video_player: ^2.14.0 |
There was a problem hiding this comment.
https://pub.dev/packages/video_player/changelog#2140
For the new interfaces of video_player (e.g., getVideoTracks(), selectVideoTrack(), and isVideoTrackSupportAvailable()), you need to check for support in code or handle non-support in the README.
There was a problem hiding this comment.
I have checked the interfaces, the media player doesn't support these interfaces. and the README has included not-supported infomation:
https://github.com/flutter-tizen/plugins/pull/1095/changes#diff-1e0f851343e9d1c0959929911a85dbbc00f95cba7359a17d2ce12b38adc2bfa9L57-L62
The following methods are not currently supported.
- `VideoPlayerPlatform.setAllowBackgroundPlayback()`
- `VideoPlayerPlatform.getAudioTracks()`
- `VideoPlayerPlatform.selectAudioTrack()`
- `VideoPlayerPlatform.isAudioTrackSupportAvailable()`
This plugin has the following limitations.
There was a problem hiding this comment.
Please check and add new APIs to the list of unsupported interfaces.
Fix #1094
Main changes