summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTae-Young Chung <ty83.chung@samsung.com>2019-10-14 10:44:17 +0900
committerTae-Young Chung <ty83.chung@samsung.com>2019-10-14 15:36:23 +0900
commitc395f7aa9faf64341d4ab6e60d3fb62ea93000cc (patch)
treecafb855086e7c0b8f24bd8d7f76fcdf2b25ea0fd
parent2f0f9dee381c6dc9ba2671a2c240983a4c73cb45 (diff)
downloadmediavision-submit/tizen/20191017.070338.tar.gz
mediavision-submit/tizen/20191017.070338.tar.bz2
mediavision-submit/tizen/20191017.070338.zip
Change-Id: Iae611fdc07aa982be3c3b988c27c50db7240633e Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
-rw-r--r--include/mv_common.h3
-rw-r--r--packaging/capi-media-vision.spec2
2 files changed, 3 insertions, 2 deletions
diff --git a/include/mv_common.h b/include/mv_common.h
index 6e72dacd..628affa8 100644
--- a/include/mv_common.h
+++ b/include/mv_common.h
@@ -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;
/**
diff --git a/packaging/capi-media-vision.spec b/packaging/capi-media-vision.spec
index 253d61a5..d3113f6a 100644
--- a/packaging/capi-media-vision.spec
+++ b/packaging/capi-media-vision.spec
@@ -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