From: sooyeon.kim Date: Tue, 4 Dec 2018 05:45:02 +0000 (+0900) Subject: Fix to set sound stream when audio is changed X-Git-Tag: accepted/tizen/unified/20181207.061540~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f8e5df9fc2420988ab7bfbeba56e5560c27fa22;p=platform%2Fcore%2Fuifw%2Ftts.git Fix to set sound stream when audio is changed Change-Id: I5e6589d84a06c903a7d7c2a4a17c89744cf25aa3 Signed-off-by: sooyeon.kim (cherry picked from commit f9d62bcf374096844f410b502b66370721ecbca0) --- diff --git a/server/ttsd_player.c b/server/ttsd_player.c index c357236..05619db 100644 --- a/server/ttsd_player.c +++ b/server/ttsd_player.c @@ -550,6 +550,9 @@ static void __play_thread(void *data, Ecore_Thread *thread) return; } + + SLOG(LOG_INFO, tts_tag(), "[Player INFO] Success to destroy and recreate audio out"); + __set_policy_for_playing(40); } while (APP_STATE_PLAYING == player->state || APP_STATE_PAUSED == player->state) {