From: Jeongmo Yang Date: Thu, 27 Oct 2016 11:43:49 +0000 (+0900) Subject: Fix deadlock if sound stream info is set after audiosrc is created X-Git-Tag: accepted/tizen/common/20161109.140301~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e99440e80d0ccf5bb33ab747a4ee7a9b9c69f01;hp=3e99440e80d0ccf5bb33ab747a4ee7a9b9c69f01;p=platform%2Fcore%2Fmultimedia%2Flibmm-camcorder.git Fix deadlock if sound stream info is set after audiosrc is created sound stream info includes string and integer types. They have each attribute and can be set at the same time, but string type attribute uses write lock and it causes deadlock. So, this commit avoids it by changing attribute sequence. [Version] 0.10.88 [Profile] Common [Issue Type] Bug fix [Dependency module] N/A [Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161027.1] Change-Id: I4b39b2638a46abee7a3a9a64dd3ad48129554763 Signed-off-by: Jeongmo Yang ---