Skip to content

Commit

Permalink
[video_player_avplay] Fix bug: USER_AGENT can't be set correctly (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan authored Sep 14, 2024
1 parent 756a3f4 commit fdc1c50
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## NEXT
## 0.4.9

* Fix DashEngine stream property "STARTBITRATE" can't be set correctly.
* Fix DashEngine stream property "USER_AGENT" can't be set correctly.

## 0.4.8

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.8
video_player_avplay: ^0.4.9
```
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.8
version: 0.4.9

environment:
sdk: ">=3.1.0 <4.0.0"
Expand Down
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.0/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/6.5/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/7.0/libgstdash.so
Binary file not shown.
Binary file modified packages/video_player_avplay/tizen/lib/armel/8.0/libgstdash.so
Binary file not shown.

0 comments on commit fdc1c50

Please sign in to comment.