From 634fb1c0d7870fe3780f633133ac35d0f5f0e0ca Mon Sep 17 00:00:00 2001 From: Hyunil Date: Mon, 15 May 2017 18:06:14 +0900 Subject: [PATCH] [0.3.59] Add no use surface type for audio playback in player_test Change-Id: Id0d4333b8bff20f0a045fa8755d65e5565bc1fcd Signed-off-by: Hyunil --- packaging/capi-media-player.spec | 2 +- test/player_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/capi-media-player.spec b/packaging/capi-media-player.spec index a3dae70..5ee098e 100644 --- a/packaging/capi-media-player.spec +++ b/packaging/capi-media-player.spec @@ -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 diff --git a/test/player_test.c b/test/player_test.c index c203775..9af7f55 100644 --- a/test/player_test.c +++ b/test/player_test.c @@ -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) { -- 2.7.4