[video-player] Fix missing include (#51)
Fixed #50 Signed-off-by: Hidenori.Matsubayashi <hidenori.matsubayashi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e93c929d55
commit
631960784b
@@ -1,3 +1,6 @@
|
||||
## 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.
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
#include <shared_mutex>
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: video_player_elinux
|
||||
description: Flutter plugin for displaying inline video with other Flutter widgets on Embedded Linux.
|
||||
version: 0.9.4
|
||||
version: 0.9.5
|
||||
homepage: https://github.com/sony/flutter-elinux-plugins
|
||||
repository: https://github.com/sony/flutter-elinux-plugins/tree/main/packages/video_player
|
||||
|
||||
|
||||
Reference in New Issue
Block a user