video-player: Let player_set_play_position set exact position 60/267760/4
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 9 Dec 2021 12:17:52 +0000 (21:17 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 10 Dec 2021 01:48:47 +0000 (10:48 +0900)
commit9cf243cfaa1aba027496ca128e65eabccb57d958
treee28849de8fa8b170d2361978009e76284c85c6e7
parent5df234b1377a84518caec15367e04342dbcf7b5d
video-player: Let player_set_play_position set exact position

Previous version just set play position to nearest keyframe.
But when keyframe distance is so big and when we call Forward,
the nearest keyframe can be 'PASTER' than current position.

This patch turn on accurate flag so we can go to excat frames.

Change-Id: I24e6d9933c5a973c34bc944480b497c870495fc4
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-extension/video-player/ecore-wl/tizen-video-player-ecore-wl.cpp
dali-extension/video-player/ecore-wl2/tizen-video-player-ecore-wl2.cpp