modified player for evas 24/60224/1
authorNAMJEONGYOON <just.nam@samsung.com>
Wed, 24 Feb 2016 07:42:58 +0000 (16:42 +0900)
committerNAMJEONGYOON <just.nam@samsung.com>
Wed, 24 Feb 2016 07:43:50 +0000 (16:43 +0900)
Change-Id: Ic97eafb2b9084deacee566f6edf6299be2505c85

legacy/src/legacy_player.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index b9618e1..d1be9e8
@@ -1028,7 +1028,7 @@ static MMDisplaySurfaceType __player_convet_display_type(player_display_type_e t
                return MM_DISPLAY_SURFACE_OVERLAY;
 #ifdef TIZEN_MOBILE
        case PLAYER_DISPLAY_TYPE_EVAS:
-               return MM_DISPLAY_SURFACE_EVAS;
+               return MM_DISPLAY_SURFACE_REMOTE;
 #endif
        case PLAYER_DISPLAY_TYPE_NONE:
                return MM_DISPLAY_SURFACE_NULL;
@@ -3132,7 +3132,7 @@ int legacy_player_set_display_wl_for_mused(player_h player, player_display_type_
                } else if (type == PLAYER_DISPLAY_TYPE_EVAS) {
                        LOGI("Evas surface type");
                        set_handle = &(handle->display_handle);
-                       mmClientType = MM_DISPLAY_SURFACE_EVAS;
+                       mmClientType = MM_DISPLAY_SURFACE_REMOTE;
 #endif
                } else {
                        LOGE("invalid surface type");