Skip to content

Commit

Permalink
[video_player_avplay] Update plusplayer.ini (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan authored Jul 24, 2024
1 parent 332d7a0 commit 825d839
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.5

* Update plusplayer.ini for using platform gst-ffmpeg library.

## 0.4.4

* Remove wrong information in README.
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this package, add `video_player_avplay` as a dependency in your `pubspec.

```yaml
dependencies:
video_player_avplay: ^0.4.4
video_player_avplay: ^0.4.5
```
Then you can import `video_player_avplay` in your Dart code:
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: video_player_avplay
description: Flutter plugin for displaying inline video on Tizen TV devices.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/video_player_avplay
version: 0.4.4
version: 0.4.5

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/video_player_avplay/tizen/res/plusplayer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tz_audio_es_dump" : false,
"use_new_hls_mpegts_demuxer" : true,
"use_new_dash_tiny_demuxer" : true,
"use_new_http_demuxer" : true,
"use_new_http_demuxer" : false,
"generate_dot" : false,
"ai_lagacy_fallback_option" : 1,
"ai_lagacy_fallback_switch_threshold" : 75.0,
Expand Down

0 comments on commit 825d839

Please sign in to comment.