edje multisense: fix a broken implementation. 86/262586/4 accepted/tizen/unified/20210822.213311 submit/tizen/20210818.053418 submit/tizen/20210818.080539 submit/tizen/20210819.014835
authorHermet Park <chuneon.park@samsung.com>
Fri, 13 Aug 2021 10:10:48 +0000 (19:10 +0900)
committerHermet Park <chuneon.park@samsung.com>
Tue, 17 Aug 2021 05:16:00 +0000 (05:16 +0000)
commit322fd18c37062d45fe98f9fb84e96bc2ff10c09d
tree840a80c4af63b7d35f01f8f0ee3e7692d3402de7
parentee1657836e55d0ee04159ab4d5085bece1b07791
edje multisense: fix a broken implementation.

The latest efl doesn't allow the null parent object.
efl_add_ref() is recommended in this case.

Also, apis doesn't allow the thread calls.
The calls must be synced on the main thread.

Change-Id: Id25ce83900b88bc7630710b808c9fe84b921cf6e
src/lib/ecore_audio/ecore_audio_obj_out_tizen.c
src/lib/edje/edje_multisense.c