[TBT][Pick/View][NonACR][updated tpk uploaded] 97/191697/1
authorAmritanshu Pandia <a.pandia1@samsung.com>
Mon, 22 Oct 2018 09:38:06 +0000 (15:08 +0530)
committerAmritanshu Pandia <a.pandia1@samsung.com>
Mon, 22 Oct 2018 09:38:06 +0000 (15:08 +0530)
Change-Id: Ia9edb888498e9f4459f7acf615a626dc3aac2130
Signed-off-by: Amritanshu Pandia <a.pandia1@samsung.com>
operationpickviewapp/src/operationpickviewapp.c
operationpickviewapp/src/videoplayer-util.c
release/binary-armv7l/org.tizen.operationpickviewapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.operationpickviewapp-1.0.0-x86.tpk

index 0ae6fa9849c7b06aca6c8f999ab5e9fb0839adfc..bb8b907fcf3e156b88dcefe0701b2ed0764286cc 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "operationpickviewapp.h"
 #include "ui-utils.h"
-#include <service_adaptor_type.h>
 #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;
 }
index 77c56decbe5b37510503e098427cfa3793219ece..369e6dd3e322a5dc68ebb18940e48f52c1d1c8c6 100644 (file)
@@ -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);
index 6bee7324768d26876127dae3fea91e7b1ea9dca6..c21894c8895753ecdc3cf89a5998c0cea2f937ca 100755 (executable)
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
index a35e23409c187bb8cab6dde7b449ca6fbb98de98..73685dfb08854f0193c6348ac2085a10a788df5d 100755 (executable)
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