From: Sejun Park Date: Thu, 4 Oct 2018 04:25:49 +0000 (+0900) Subject: remove build warning X-Git-Tag: accepted/tizen/5.0/unified/20181102.025200^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F190587%2F2;p=platform%2Fupstream%2Fgst-plugins-tizen.git remove build warning Change-Id: Ia859e1074778e493e5bfa1b8680f33360430c5c2 --- diff --git a/tizenwlsink/src/tizen-wlshmallocator.c b/tizenwlsink/src/tizen-wlshmallocator.c index 84b9ef2..ac6fce4 100644 --- a/tizenwlsink/src/tizen-wlshmallocator.c +++ b/tizenwlsink/src/tizen-wlshmallocator.c @@ -25,6 +25,7 @@ #ifdef TIZEN_FEATURE_WLSINK_ENHANCEMENT #include "tizen-wlvideoformat.h" #include +#include #endif #include #include diff --git a/video360/src/gstvideo360.c b/video360/src/gstvideo360.c index 3151c71..dea5920 100644 --- a/video360/src/gstvideo360.c +++ b/video360/src/gstvideo360.c @@ -877,7 +877,7 @@ gst_video360_chain (GstPad * pad, GstObject * parent, GstBuffer * in_buf) gst_memory_map (in_mem, &in_info, GST_MAP_READ); } - out_info.data = (tbm_surface_h) surface; + out_info.data = (guint8 *) surface; #else out_mem = gst_buffer_peek_memory (out_buf, 0); gst_memory_map (in_mem, &in_info, GST_MAP_READ);