Post FinishedSignal to UIThead 19/286019/3
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 26 Dec 2022 06:34:56 +0000 (15:34 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Thu, 29 Dec 2022 07:48:11 +0000 (16:48 +0900)
commit87171a68ccbd28714437883df2445ff39b3ccb17
treed784ea7b1b6049b29abe65e0a148ad29dc607b35
parenta9ccfcea32169d22036971ff4a56659372b62ad0
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: I3fefc78959f67f205373b2f6d5c6838891071fcc
dali-extension/video-player/ecore-wl2/tizen-video-player-ecore-wl2.cpp