Files
flutter-elinux-plugins/packages/video_player/CHANGELOG.md
T
Hidenori MatsubayashiandGitHub 96106f35e7 video_player: add ELinuxVideoPlayer (dartPluginClass) (#80)
This change fixes #78 issue of AndroidVideoPlayer being used on x64 host PC for some reason. To fix it, this change adds ELinuxVideoPlayer dart plugin class as a VideoPlayerPlatform for eLinux.

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-08-25 22:27:20 +00:00

33 lines
729 B
Markdown

## 0.9.9
* Add ELinuxVideoPlayer (VideoPlayerPlatform for eLinux) for flutter 3.13.
## 0.9.8
* Update flutter/dart-sdk versions in environment for flutter 3.13.0.
## 0.9.7
* Improve playback performance if GstEGLImage is avalable.
## 0.9.6
* Update for video_player_platform_interface v5.1.1 / video_player v2.4.7 / flutter 3.3.0
## 0.9.5
* Fix missing include.
## 0.9.4
* Upgrade video_player_platform_interface from 4.1.0 to 4.2.0.
* Refactor example source code.
## 0.9.3
* Improve the error handling.
* Add the missing mutex.
## 0.9.2
* Changed to send stream completed messages from main thread.
## 0.9.1
* Temporarily disable auto-repeat.
* Update the elinux template of the example app.
## 0.9.0
* First release.