Change sound stream api 80/106280/1 accepted/tizen/common/20161222.131354 accepted/tizen/ivi/20161223.095843 accepted/tizen/mobile/20161223.095745 accepted/tizen/tv/20161223.095800 accepted/tizen/wearable/20161223.095826 submit/tizen/20161222.083727
authorKwangyoun Kim <ky85.kim@samsung.com>
Wed, 21 Dec 2016 05:09:21 +0000 (14:09 +0900)
committerKwangyoun Kim <ky85.kim@samsung.com>
Wed, 21 Dec 2016 08:00:03 +0000 (00:00 -0800)
Change-Id: I76d900d292911691ca6ea937377758fc47a183e5
(cherry picked from commit 4147202b511a6f201695e2af9f742d76bcff5f13)

server/vcd_recorder.c

index aa7f0b0..5ad08b5 100644 (file)
@@ -636,7 +636,7 @@ int vcd_recorder_start()
                if (SOUND_MANAGER_ERROR_NONE != ret) {
                        SLOG(LOG_ERROR, TAG_VCD, "[Recorder ERROR] Fail to acquire focus : %d", ret);
                } else {
-                       ret = audio_in_set_stream_info(g_audio_h, g_stream_info_h);
+                       ret = audio_in_set_sound_stream_info(g_audio_h, g_stream_info_h);
                        if (AUDIO_IO_ERROR_NONE != ret) {
                                SLOG(LOG_ERROR, TAG_VCD, "[Recorder ERROR] Fail to set stream info : %d", ret);
                        }