aboutsummaryrefslogtreecommitdiffstats
path: root/MediaControls
AgeCommit message (Collapse)AuthorFilesLines
2024-10-13Fix seek feature issueHEADmasterNaoto Yamaguchi1-9/+17
Qt6.7 has more limitation from Qt6.5. That cause runtime warning in momiplayer. This patch fix this warning issue. Bug-AGL: SPEC-5162 Change-Id: I9b0de4a619ca774c90fd0c6892ba73b53b58ff58 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2024-09-29Rework momplay to migrate to Qt6Naoto Yamaguchi7-0/+395
QtMultimedia has big change from Qt5 to Q6. Existing momiplay is difficult to migrate to Qt6. New momiplay is made from Qt Media Player Example. As a result, it get video player capability. Bug-AGL: SPEC-5162 Change-Id: Ib754f914fc9d5534721f0d29df689ac11034025a Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>