[brasero] This plugin should not run after source track has been processed, it can only run before
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] This plugin should not run after source track has been processed, it can only run before
- Date: Tue, 18 May 2010 19:47:31 +0000 (UTC)
commit 28ba0b636d90876a4dfebfa3a52d94daf773d554
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue May 18 23:31:01 2010 +0200
This plugin should not run after source track has been processed, it can only run before
plugins/checksum/burn-checksum-files.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/plugins/checksum/burn-checksum-files.c b/plugins/checksum/burn-checksum-files.c
index 32ffec7..d6388e8 100644
--- a/plugins/checksum/burn-checksum-files.c
+++ b/plugins/checksum/burn-checksum-files.c
@@ -1475,15 +1475,13 @@ brasero_checksum_files_export_caps (BraseroPlugin *plugin)
"Philippe Rouquier",
0);
- /* we can only generate a file for DATA input */
+ /* only generate a file for DATA input */
input = brasero_caps_data_new (BRASERO_IMAGE_FS_ANY);
brasero_plugin_process_caps (plugin, input);
g_slist_free (input);
- /* we can run on initial track or later for whatever a DATA track */
- brasero_plugin_set_process_flags (plugin,
- BRASERO_PLUGIN_RUN_PREPROCESSING|
- BRASERO_PLUGIN_RUN_BEFORE_TARGET);
+ /* run on initial track for whatever a DATA track */
+ brasero_plugin_set_process_flags (plugin, BRASERO_PLUGIN_RUN_PREPROCESSING);
/* For discs, we can only check each files on a disc against an md5sum
* file (provided we managed to mount the disc).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]