14 Commits
Author SHA1 Message Date
talksik eb0d1443b5 adding in implementation for playing and pausing updates 2023-09-25 12:09:53 -07:00
Makoto SatoandGitHub 3393b05388 video_player: fix auto repeat issue (#83)
Fixed #21

Signed-off-by: Makoto Sato <[email protected]>
2023-08-31 17:34:28 +09:00
Makoto SatoandGitHub f9e1817314 [video_player] fix type mismatch (#82)
Signed-off-by: Makoto Sato <[email protected]>
2023-08-30 17:37:19 +09:00
Makoto SatoandGitHub 1f6a66c618 [video_player] Add support GstEGLImage to improve playback performance (#67)
Signed-off-by: Makoto Sato <[email protected]>
2023-02-10 20:02:04 +09:00
Hidenori MatsubayashiandGitHub 631960784b [video-player] Fix missing include (#51)
Fixed #50
Signed-off-by: Hidenori.Matsubayashi <[email protected]>
2022-05-19 22:16:34 +09:00
Hidenori MatsubayashiandGitHub 7057f871e2 [video_player] improve asset path (#37) 2021-08-21 00:05:13 +09:00
Hidenori MatsubayashiandGitHub d3534dc5c4 [video_player] Fix a typo (#27) 2021-08-06 11:03:34 +09:00
Hidenori MatsubayashiandGitHub 385d322fca Remove unused includes and libraries (#26)
Removed unnecessary header file includes and libraries.
2021-08-06 09:54:36 +09:00
Hidenori MatsubayashiandGitHub ee9630877a [video_player] Add missing mutex (#24) 2021-08-05 13:32:11 +09:00
Hidenori MatsubayashiandGitHub dd294a8803 [video_player] Improve error handling (#23)
Improved an error handling when getting current position.
2021-08-05 07:55:18 +09:00
Hidenori MatsubayashiandGitHub 971dd0e2c1 Changed to send completed event message from main thread (#22)
I changed to send the completed event messages from main thread to avoid flutter engine's fml checker error.
2021-08-04 17:49:41 +09:00
Hidenori MatsubayashiandGitHub ccdb4d9d20 [Video player] Temporarily disable auto-repeat (#20)
* Disable auto-repat when stream is completed

* Update template

* version 0.9.1
2021-08-04 14:02:58 +09:00
Hidenori MatsubayashiandGitHub 39843c2a0a Merge the latest app template from flutter-elinux (#19) 2021-08-04 10:11:32 +09:00
Hidenori MatsubayashiandGitHub 0fe779fc3a Add video player (#2)
https://github.com/sony/flutter-embedded-linux/issues/124
2021-07-29 13:20:33 +09:00