[Tizen] Post FinishedSignal to UIThead 30/286430/1 accepted/tizen/7.0/unified/20230111.174850 accepted/tizen/7.0/unified/20230118.093800 accepted/tizen/7.0/unified/20230203.164145 accepted/tizen/7.0/unified/20230213.171734 accepted/tizen/7.0/unified/20230327.042631 accepted/tizen/7.0/unified/20230403.235601 accepted/tizen/7.0/unified/20230404.033734
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 26 Dec 2022 06:34:56 +0000 (15:34 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Fri, 6 Jan 2023 01:20:20 +0000 (10:20 +0900)
commit5d6c2856512cdf3255c7e5e7fa199ad822446c22
tree66b89b400f842c297f3f008fb1cb193a1a475a31
parent6c675a0aff4bab51f2c1ccc625e4eac8f7132e19
[Tizen] Post FinishedSignal to UIThead

When UI thread feature was enabled, there was a bug.
The signal was emitted on the main thread from the MMFW.
Then Dali caused an assertion because the timer was stopped on the main thread.
The signal has to be invoked on the same thread as the adaptor's

Change-Id: I421969181683cddcc15dc5ee37ab5c0daa0ea5d1
dali-extension/video-player/ecore-wl2/tizen-video-player-ecore-wl2.cpp