Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into vp_fix
  • Loading branch information
camsim99 committed Oct 18, 2024
commit fc22ee6a2eab3cc0b404b4371a8a1e466a8a9656
6 changes: 5 additions & 1 deletion packages/video_player/video_player_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.7.14
## 2.7.15

* Changes the rotation correction calculation for Android API 29+ to use
the one that is reported by the video's format instead of the unapplied
Expand All @@ -7,6 +7,10 @@
because the Impeller backend used on those API versions correctly rotates
the video being played automatically.

## 2.7.14

* Removes SSL workaround for API 19, which is no longer supported.

## 2.7.13

* When `AndroidVideoPlayer` attempts to operate on a `textureId` that is not
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player/video_player_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_android
description: Android implementation of the video_player plugin.
repository: https://github.com/flutter/packages/tree/main/packages/video_player/video_player_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+video_player%22
version: 2.7.14
version: 2.7.15

environment:
sdk: ^3.5.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.