Change handle data type for setting wl_surface_id 20/210620/1 accepted/tizen/unified/20190725.220539 submit/tizen/20190724.035455
authorHyunil <hyunil46.park@samsung.com>
Tue, 23 Jul 2019 04:41:07 +0000 (13:41 +0900)
committerHyunil <hyunil46.park@samsung.com>
Tue, 23 Jul 2019 04:41:07 +0000 (13:41 +0900)
Change-Id: Ic1c8d81c751e65b39f79c2ded8a63b7d599d144d
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/mm_player_priv.c

index 543cd2f..8720045 100644 (file)
@@ -1967,7 +1967,7 @@ static void __mmplayer_video_param_set_display_overlay(mmplayer_t *player)
        LOGD("set video param : wl_surface_id %d", handle);
        gst_video_overlay_set_wl_window_wl_surface_id(
                        GST_VIDEO_OVERLAY(player->pipeline->videobin[MMPLAYER_V_SINK].gst),
-                       (guintptr)handle);
+                       handle);
 }
 
 int