Changes mm_sound_stop to mm_sound_stop_tone 56/230656/1 accepted/tizen/unified/20200417.152652 submit/tizen/20200417.044433
authorJaechul Lee <jcsing.lee@samsung.com>
Mon, 13 Apr 2020 07:10:05 +0000 (16:10 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Mon, 13 Apr 2020 07:21:59 +0000 (16:21 +0900)
[Version] 0.2.3
[Issue Type] Bug

Change-Id: I506aab9fcdd6ac3dd820c78758fccba099bb68ff
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/capi-media-tone-player.spec
src/tone_player.c

index 5f07d5e..07cfc20 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-tone-player
 Summary:    A tone player library in Tizen C API
-Version:    0.2.2
+Version:    0.2.3
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
index 63844f6..e9daa57 100755 (executable)
@@ -87,6 +87,6 @@ int tone_player_start_new(tone_type_e tone, sound_stream_info_h stream_info, int
 
 int tone_player_stop(int id)
 {
-       return __convert_tone_player_error_code(__func__, mm_sound_stop_sound(id));
+       return __convert_tone_player_error_code(__func__, mm_sound_stop_tone(id));
 }