fixed build error and unresolved svace issues in unified version
[platform/core/api/mediacodec.git] / include / media_codec_port_gst.h
index d0aa50d..92b4eee 100755 (executable)
@@ -62,6 +62,7 @@ extern "C" {
 typedef struct _mc_gst_port_t mc_gst_port_t;
 typedef struct _mc_gst_core_t mc_gst_core_t;
 typedef struct _GstMCBuffer GstMCBuffer;
+typedef struct _ion_mmu_data_t ion_mmu_data_t;
 
 typedef enum {
        BUF_SHARE_METHOD_PADDR = 0,
@@ -71,7 +72,7 @@ typedef enum {
 } buf_share_method_t;
 
 #ifdef TIZEN_PROFILE_LITE
-struct ion_mmu_data {
+struct _ion_mmu_data_t {
        int master_id;
        int fd_buffer;
        unsigned long iova_addr;