Remove thumb_extract_all feature 02/130102/1
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 19 May 2017 06:41:34 +0000 (15:41 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Fri, 19 May 2017 06:41:34 +0000 (15:41 +0900)
Change-Id: Ic53af7bb15b1dad0c4ac1d3c0e25ccedf0bc3dfa
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
packaging/libmedia-service.spec
plugin/media-content-plugin.c

index 4462d87..11ce1b6 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmedia-service
 Summary:    Media information service library for multimedia applications
-Version: 0.3.3
+Version: 0.3.4
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0 and PD
index 0832473..7ce8e5b 100755 (executable)
@@ -452,19 +452,8 @@ int update_begin(void)
        return MEDIA_SVC_PLUGIN_ERROR_NONE;
 }
 
-int update_end(uid_t uid)
+int update_end(void)
 {
-#if 0
-       int ret = MEDIA_SVC_PLUGIN_ERROR_NONE;
-
-       ret = thumbnail_request_extract_all_thumbs(uid);
-       if (ret < 0)
-               return MEDIA_SVC_PLUGIN_ERROR;
-
-       ret = dcm_svc_request_extract_all(uid);
-       if (ret < 0)
-               return MEDIA_SVC_PLUGIN_ERROR;
-#endif
        return MEDIA_SVC_PLUGIN_ERROR_NONE;
 }