[0.3.59] Add no use surface type for audio playback in player_test 77/129177/2
authorHyunil <hyunil46.park@samsung.com>
Mon, 15 May 2017 09:06:14 +0000 (18:06 +0900)
committerHyunil <hyunil46.park@samsung.com>
Mon, 15 May 2017 09:08:05 +0000 (18:08 +0900)
Change-Id: Id0d4333b8bff20f0a045fa8755d65e5565bc1fcd
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
packaging/capi-media-player.spec
test/player_test.c

index a3dae70..5ee098e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-player
 Summary:    A Media Player API
-Version:    0.3.58
+Version:    0.3.59
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
index c203775..9af7f55 100644 (file)
@@ -2012,7 +2012,7 @@ static void displaymenu()
        } else if (g_menu_state == CURRENT_STATUS_LOOPING) {
                g_print("*** input looping value.(0: Not Looping, 1: Looping) \n");
        } else if (g_menu_state == CURRENT_STATUS_DISPLAY_SURFACE_CHANGE) {
-               g_print("*** input display surface type.(0: X surface, 1: EVAS surface) \n");
+               g_print("*** input display surface type.(0: Wayland surface, 1: EVAS surface, 2: No use surface (e.g: audio playback)) \n");
        } else if (g_menu_state == CURRENT_STATUS_DISPLAY_MODE) {
                g_print("*** input display mode value.(0: LETTER BOX, 1: ORIGIN SIZE, 2: FULL_SCREEN, 3: CROPPED_FULL, 4: ORIGIN_OR_LETTER) \n");
        } else if (g_menu_state == CURRENT_STATUS_DISPLAY_DST_ROI) {