-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[video_player_videohole] Merge media player code from avplay #639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments.
+)
in video_player_tizen.dart, wrong comment
- /// Pigeon-generated [TizenVideoPlayerApi].
+ /// Pigeon-generated [VideoPlayerVideoholeApi].
+)
In packages/video_player_videohole/pubspec.yaml.
ffi
package dependency does not seem to be needed any more. Do we need it?
packages/video_player_videohole/tizen/src/video_player_tizen_plugin.cc
Outdated
Show resolved
Hide resolved
I have removed ffi package and modify video_player_tizen.dart |
[video_player_videohole] Merge media player code from avplay (flutter-tizen#639)
There are still third-party using the video_player_videohole plugin because they are not partner. Compared to avplay, video_player_videohole's code is older, so merege media player code from avplay.