Rollback media-scan-extractor-v2 63/243663/1 accepted/tizen/unified/20200910.123942 submit/tizen/20200909.063454
authorMinje Ahn <minje.ahn@samsung.com>
Wed, 9 Sep 2020 03:27:22 +0000 (12:27 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Wed, 9 Sep 2020 03:27:22 +0000 (12:27 +0900)
Rollback __msc_check_extract_stop_status() for performance issue.

Change-Id: Id9c704d1ce798903fb7d00fc55a30c2bd0347583
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
plugin/media-content-plugin.c

index 94c0e6a..1899520 100755 (executable)
@@ -132,7 +132,13 @@ int insert_item_scan(sqlite3 *handle, const char *storage_id, const char *file_p
        return MS_MEDIA_ERR_NONE;
 }
 
-int get_and_extract_media(sqlite3 *handle, const char *storage_id, int scan_type, const char *path)
+int get_extract_list(sqlite3 *handle, const char *storage_id, int scan_type, const char *path, int is_end, void *array)
+{
+       /* For scanner V2 */
+       return MS_MEDIA_ERR_NONE;
+}
+
+int update_one_extract_item(sqlite3 *handle, const char *storage_id, int storage_type, void *data)
 {
        /* For scanner V2 */
        return MS_MEDIA_ERR_NONE;