From edaaec39d364ef29bce3f651aa7831887ad47558 Mon Sep 17 00:00:00 2001 From: hj kim Date: Wed, 24 Jun 2020 08:47:17 +0900 Subject: [PATCH] [ACR-1569]Update description on supporting WAV, FLAC, OGG since 6.0 Change-Id: I323a16714b7ff51f0cd14d5321b8226d2607a95c --- doc/metadata_editor_doc.h | 1 + include/metadata_editor.h | 1 + packaging/capi-media-metadata-editor.spec | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/metadata_editor_doc.h b/doc/metadata_editor_doc.h index ecb4431..f5161b7 100755 --- a/doc/metadata_editor_doc.h +++ b/doc/metadata_editor_doc.h @@ -32,6 +32,7 @@ /** * @addtogroup CAPI_MEDIA_METADATA_EDITOR_MODULE * @brief The @ref CAPI_MEDIA_METADATA_EDITOR_MODULE API provides functions for editing the metadata of mp3, mp4 contents. + * Since 6.0, this module supports WAV, FLAC and OGG files as well. * @ingroup CAPI_MEDIA_FRAMEWORK * @section CAPI_MEDIA_METADATA_EDITOR_MODULE_HEADER Required Header * \#include diff --git a/include/metadata_editor.h b/include/metadata_editor.h index 8d8987a..aa2d6fa 100755 --- a/include/metadata_editor.h +++ b/include/metadata_editor.h @@ -31,6 +31,7 @@ extern "C" { * * @file metadata_editor.h * @brief This file contains functions for editing metadata of MP3 and MP4 files. \n + * Since 6.0, this module supports WAV, FLAC and OGG files as well. * Description of metadata: title, album, artist, author, genre and description etc. \n */ diff --git a/packaging/capi-media-metadata-editor.spec b/packaging/capi-media-metadata-editor.spec index c4c5dbc..8d9807b 100755 --- a/packaging/capi-media-metadata-editor.spec +++ b/packaging/capi-media-metadata-editor.spec @@ -1,6 +1,6 @@ Name: capi-media-metadata-editor Summary: A metadata editor library in Tizen Native API -Version: 0.1.11 +Version: 0.2.0 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4