modify some log 95/74895/1 accepted/tizen/common/20160620.162526 accepted/tizen/ivi/20160617.082504 accepted/tizen/mobile/20160617.082008 accepted/tizen/tv/20160617.082050 accepted/tizen/wearable/20160617.082149 submit/tizen/20160616.065630
authorHyunil <hyunil46.park@samsung.com>
Thu, 16 Jun 2016 04:31:03 +0000 (13:31 +0900)
committerHyunil <hyunil46.park@samsung.com>
Thu, 16 Jun 2016 04:31:03 +0000 (13:31 +0900)
Change-Id: I40fc6596e4c253aed76c6e12539a841c41299e00
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/mm_player_priv.c

index 898072f..8d7fa44 100644 (file)
@@ -15103,7 +15103,7 @@ int _mmplayer_change_videosink(MMHandleType handle, MMDisplaySurfaceType surface
        {
                mm_attrs_get_int_by_name (player->attrs, "display_surface_type", &prev_display_surface_type);
                mm_attrs_get_data_by_name (player->attrs, "display_overlay", &prev_display_overlay);
-               LOGD("[0: X surface, 1: EVAS surface] previous surface type(%d), new surface type(%d)", prev_display_surface_type, surface_type);
+               LOGD("[0: Video surface, 1: EVAS surface] previous surface type(%d), new surface type(%d)", prev_display_surface_type, surface_type);
                if (prev_display_surface_type == surface_type)
                {
                        LOGD("incoming display surface type is same as previous one, do nothing..");
@@ -15327,7 +15327,7 @@ __mmplayer_do_change_videosink(mm_player_t* player, const int dec_index, const c
                switch (surface_type)
                {
                        case MM_DISPLAY_SURFACE_OVERLAY:
-                               LOGD("save attributes related to display surface to X : xid = %d", *(int*)display_overlay);
+                               LOGD("save attributes related to video display surface : id = %d", *(int*)display_overlay);
                                mm_attrs_set_data_by_name (player->attrs, "display_overlay", display_overlay, sizeof(display_overlay));
                                break;
                        case MM_DISPLAY_SURFACE_EVAS: