From e9ebee31f5e13efed1bf70ee5da14838b9169a7c Mon Sep 17 00:00:00 2001 From: hj kim Date: Wed, 2 Oct 2019 16:08:39 +0900 Subject: [PATCH] Bug fix of test code Change-Id: I8e1c3a0335140923c7259047477e351e448d1d11 --- test/server_test/media_controller_server_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/server_test/media_controller_server_test.c b/test/server_test/media_controller_server_test.c index c6b0f81..2e1a5bf 100755 --- a/test/server_test/media_controller_server_test.c +++ b/test/server_test/media_controller_server_test.c @@ -1219,7 +1219,7 @@ static gboolean __update_ability(int type) break; case 10: - ret = mc_server_set_display_mode_ability(g_mc_server, MC_DISPLAY_ROTATION_NONE | MC_DISPLAY_ROTATION_90 | MC_DISPLAY_ROTATION_180 | MC_DISPLAY_ROTATION_270, g_ability_support); + ret = mc_server_set_display_mode_ability(g_mc_server, MC_DISPLAY_MODE_LETTER_BOX | MC_DISPLAY_MODE_ORIGIN_SIZE | MC_DISPLAY_MODE_FULL_SCREEN | MC_DISPLAY_MODE_CROPPED_FULL, g_ability_support); if (ret != MEDIA_CONTROLLER_ERROR_NONE) { g_print("Fail to set display rotation ability. err=%d", ret); return FALSE; -- 2.34.1