Add MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING to mv_config_attribute_type_e 44/215644/4 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.030149 accepted/tizen/5.5/unified/mobile/hotfix/20201027.064815 accepted/tizen/unified/20191021.072001 submit/tizen/20191017.070338 submit/tizen/20191021.012430 submit/tizen_5.5/20191031.000002 submit/tizen_5.5_mobile_hotfix/20201026.185102 tizen_5.5.m2_release
authorTae-Young Chung <ty83.chung@samsung.com>
Mon, 14 Oct 2019 01:44:17 +0000 (10:44 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Mon, 14 Oct 2019 06:36:23 +0000 (15:36 +0900)
Change-Id: Iae611fdc07aa982be3c3b988c27c50db7240633e
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
include/mv_common.h
packaging/capi-media-vision.spec

index 6e72dacd899e3bfeebe67ef87104a0a1299fdf88..628affa83ca593ab5049b52356315316860ad138 100644 (file)
@@ -111,7 +111,8 @@ typedef enum {
        MV_ENGINE_CONFIG_ATTR_TYPE_DOUBLE,     /**< Double attribute type */
        MV_ENGINE_CONFIG_ATTR_TYPE_INTEGER,    /**< Integer attribute type */
        MV_ENGINE_CONFIG_ATTR_TYPE_BOOLEAN,    /**< Boolean attribute type */
-       MV_ENGINE_CONFIG_ATTR_TYPE_STRING      /**< String attribute type */
+       MV_ENGINE_CONFIG_ATTR_TYPE_STRING,      /**< String attribute type */
+       MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING /**< Array of string attribute type (Since 5.5) */
 } mv_config_attribute_type_e;
 
 /**
index 253d61a51d2d25372ead6414ab7b626cb850c659..d3113f6ab2f86d75e4e04f09d2fe133918fd3f73 100644 (file)
@@ -1,7 +1,7 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
 Version:     0.5.0
-Release:     2
+Release:     3
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause
 Source0:     %{name}-%{version}.tar.gz