audio-io fixed hang issue while record audio 63/44463/7 accepted/tizen/mobile/20150724.015336 accepted/tizen/tv/20150724.015343 accepted/tizen/wearable/20150724.015352 submit/tizen/20150723.232735
authorKimJeongYeon <jeongyeon.kim@samsung.com>
Wed, 22 Jul 2015 07:08:51 +0000 (16:08 +0900)
committerKimJeongYeon <jeongyeon.kim@samsung.com>
Thu, 23 Jul 2015 05:49:10 +0000 (14:49 +0900)
commit635eed07fe29426fc63e0b8981ce232c1cd1adad
tree46356e7da39865354aeaeffc9252e00b3e843a56
parent7e9f563ebfc3c1b8b575d7c053ca4826b5a116a5
audio-io fixed hang issue while record audio

[Version] 0.3.9
[Profile] Common
[Issue Type] Feature
[Dependency module] NA
[Dependency commit] NA
[Comment]
 - Hang occurs when getBufferSize() of main thread and peek() of pulse client thread try to lock.
 - I think some methods doesn't required mutex lock. (need more test)

Signed-off-by: KimJeongYeon <jeongyeon.kim@samsung.com>
Change-Id: I730f54951ffb796ab2fda753848f95f5170facfd
packaging/capi-media-audio-io.spec
src/cpp/CAudioIO.cpp
src/cpp/CAudioInput.cpp
src/cpp/CAudioOutput.cpp
test/audio_io_test.c