Change media type for TV 09/254609/2 accepted/tizen/unified/20210308.233759 submit/tizen/20210308.041655
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 5 Mar 2021 07:42:48 +0000 (16:42 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 8 Mar 2021 04:15:16 +0000 (13:15 +0900)
Change-Id: I30239b49933afbaa5f5b8f519215e50645130976
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include_product/media_content_type.h
packaging/capi-content-media-content.spec

index 1533e06..afc3764 100755 (executable)
@@ -52,9 +52,9 @@ typedef enum {
        MEDIA_CONTENT_TYPE_SOUND        = 2,    /**<The type of sound */
        MEDIA_CONTENT_TYPE_MUSIC                = 3,    /**<The type of music */
        MEDIA_CONTENT_TYPE_OTHERS       = 4,    /**<The type of other */
-       MEDIA_CONTENT_TYPE_PVR                  = 5,            /**<The type of PVR */
-       MEDIA_CONTENT_TYPE_UHD                  = 6,            /**<The type of UHD */
-       MEDIA_CONTENT_TYPE_SCSA                 = 7,            /**<The type of SCSA */
+       MEDIA_CONTENT_TYPE_PVR                  = 1001,         /**<The type of PVR */
+       MEDIA_CONTENT_TYPE_UHD                  = 1002,         /**<The type of UHD */
+       MEDIA_CONTENT_TYPE_SCSA                 = 1003,         /**<The type of SCSA */
 } media_content_type_e;
 
 /**
index c909639..4bc14fa 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-content-media-content
 Summary:    A Media content library in Tizen Native API
-Version:    0.4.14
+Version:    0.4.15
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0