From: Amritanshu Pandia Date: Mon, 22 Oct 2018 09:38:06 +0000 (+0530) Subject: [TBT][Pick/View][NonACR][updated tpk uploaded] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F191697%2F1;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Pick/View][NonACR][updated tpk uploaded] Change-Id: Ia9edb888498e9f4459f7acf615a626dc3aac2130 Signed-off-by: Amritanshu Pandia --- diff --git a/operationpickviewapp/src/operationpickviewapp.c b/operationpickviewapp/src/operationpickviewapp.c index 0ae6fa9..bb8b907 100644 --- a/operationpickviewapp/src/operationpickviewapp.c +++ b/operationpickviewapp/src/operationpickviewapp.c @@ -28,7 +28,6 @@ #include "operationpickviewapp.h" #include "ui-utils.h" -#include #include "filemanager-util.h" #include "videoplayer-util.h" #include "soundplayer-util.h" @@ -505,7 +504,7 @@ Eina_List* get_all_dir_file_list(void* data) //DBG("shared_path%s", shared_res_path); //strcat(shared_res_path, "sounds/"); DBG("shared_res_path%s", shared_res_path); - filemanager_utils_get_file_list_of_type(shared_res_path,&file_list, NULL, ad); + filemanager_utils_get_file_list_of_type(shared_res_path,&file_list, FILE_TYPE_NONE, ad); //filemanager_utils_get_file_list_of_type(get_storage_audio_dir_path(),&file_list, FILE_TYPE_MUSIC, ad); return file_list; } diff --git a/operationpickviewapp/src/videoplayer-util.c b/operationpickviewapp/src/videoplayer-util.c index 77c56de..369e6dd 100644 --- a/operationpickviewapp/src/videoplayer-util.c +++ b/operationpickviewapp/src/videoplayer-util.c @@ -38,8 +38,6 @@ player_h create_player(videoplayer_data_s* this) int result = player_create(&player); if(result == PLAYER_ERROR_NONE) { - result = player_set_sound_type(player, SOUND_TYPE_MEDIA); - RETVM_IF(result != PLAYER_ERROR_NONE, NULL, "player_set_sound_type fail > Error = %s", get_video_player_error(result)); result = player_set_volume(player, 1.0, 1.0); RETVM_IF(result != PLAYER_ERROR_NONE, NULL, "player_set_volume fail > Error = %s", get_video_player_error(result)); result = player_set_looping(player, true); diff --git a/release/binary-armv7l/org.tizen.operationpickviewapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.operationpickviewapp-1.0.0-arm.tpk index 6bee732..c21894c 100755 Binary files a/release/binary-armv7l/org.tizen.operationpickviewapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.operationpickviewapp-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.operationpickviewapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.operationpickviewapp-1.0.0-x86.tpk index a35e234..73685df 100755 Binary files a/release/binary-x86/org.tizen.operationpickviewapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.operationpickviewapp-1.0.0-x86.tpk differ