Enable DCM on-demand 35/75635/2 accepted/tizen/common/20160627.191516 accepted/tizen/common/20160627.192118 accepted/tizen/ivi/20160627.092438 accepted/tizen/mobile/20160627.091945 accepted/tizen/tv/20160627.092033 accepted/tizen/wearable/20160627.092216 submit/tizen/20160623.063229 submit/tizen/20160627.070732
authorJiyong Min <jiyong.min@samsung.com>
Tue, 21 Jun 2016 00:47:40 +0000 (09:47 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Tue, 21 Jun 2016 00:51:43 +0000 (09:51 +0900)
Change-Id: Iad6913ea83ff207f75b684be873fef7ef6684b41
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
packaging/libmedia-service.spec
plugin/media-content-plugin.c

index c4cc051..bea7d2d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmedia-service
 Summary:    Media information service library for multimedia applications
-Version: 0.2.69
+Version: 0.2.70
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0 and public domain
index a0eadce..c5f6bba 100755 (executable)
@@ -461,10 +461,12 @@ int update_end(uid_t uid)
                return MEDIA_SVC_PLUGIN_ERROR;
        }
 #endif
+#if 0
        ret = dcm_svc_request_extract_all(uid);
        if (ret < 0) {
                return MEDIA_SVC_PLUGIN_ERROR;
        }
+#endif
        return MEDIA_SVC_PLUGIN_ERROR_NONE;
 }