projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b1c77e
)
[0.3.78] fix test app bug
81/157581/1
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Wed, 25 Oct 2017 07:51:14 +0000
(16:51 +0900)
committer
Eunhae Choi
<eunhae1.choi@samsung.com>
Wed, 25 Oct 2017 07:51:14 +0000
(16:51 +0900)
Change-Id: I0c8bf5702da1c90adaa60a15d7cb84c1e76afc66
test/player_test.c
patch
|
blob
|
history
diff --git
a/test/player_test.c
b/test/player_test.c
index a7e9e0629e9f04620cad07afa926876ca333d557..531a17af0f53d2f995baab8801614361c7b53081 100644
(file)
--- a/
test/player_test.c
+++ b/
test/player_test.c
@@
-2159,6
+2159,8
@@
static void displaymenu()
g_print("*** set audio only mode (0:disable, 1:enable) \n");
} else if (g_menu_state == CURRENT_STATUS_SET_PRE_BUFFERING_SIZE) {
g_print("*** set pre buffering size (ms) \n");
+ } else if (g_menu_state == CURRENT_STATUS_SET_RE_BUFFERING_SIZE) {
+ g_print("*** set re buffering size (ms) \n");
} else {
g_print("*** unknown status.\n");
quit_program();