*
* @remarks The @a value should be released using free(). \n
* You must call metadata_editor_update_metadata() to apply metadata changes to the media file. Otherwise, the previous metadata will be returned when you call metadata_editor_get_metadata().
- * This function doesn't support updating metadata which is malformed.
+ * This function doesn't support updating metadata of an invalid media file.
* Before 6.0, this function returned #METADATA_EDITOR_ERROR_OPERATION_FAILED. Since 6.0, #METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE is returned in such cases.
*
* @param[in] metadata The handle to metadata
* Image type of the metadata supports jpeg and png. \n
* In case of accessing specific path in internal storage or external storage, you may add the privilege for accessing the path. \n
* For example, if you get the specific path by using storage_get_directory(). you should add privilege http://tizen.org/privilege/mediastorage or http://tizen.org/privilege/externalstorage.
- * This function doesn't support updating metadata which is malformed.
+ * This function doesn't support updating metadata of an invalid media file.
* Before 6.0, this function returned #METADATA_EDITOR_ERROR_OPERATION_FAILED. Since 6.0, #METADATA_EDITOR_ERROR_METADATA_UPDATE_NOT_POSSIBLE is returned in such cases.
*
* @param[in] metadata The handle to metadata