[brasero] Change the priority for cdrdao and raised the one of cdda2wav plugin Cdrdao cannot reliably write CD
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Change the priority for cdrdao and raised the one of cdda2wav plugin Cdrdao cannot reliably write CD
- Date: Tue, 18 May 2010 19:47:41 +0000 (UTC)
commit cab01c330def8615f97e90fc1097e0c623ae60c1
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue May 18 23:40:18 2010 +0200
Change the priority for cdrdao and raised the one of cdda2wav plugin
Cdrdao cannot reliably write CD-TEXT and therefore when copying audio CDs cdda2wav/cdrecord is more efficient
This also makes the combination cdrdao/audio2cue/transcode a last resort, when wodim/cdrecord/libburn cannot be found
This does not change much for Data CDs as cdrdao is pretty much as efficient as wodim/readom
The only case where cdrdao will remain a priority is when copying a CD with two drives
plugins/cdrdao/burn-cdrdao.c | 2 +-
plugins/cdrtools/burn-cdda2wav.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/cdrdao/burn-cdrdao.c b/plugins/cdrdao/burn-cdrdao.c
index 1a0f91d..ec18b06 100644
--- a/plugins/cdrdao/burn-cdrdao.c
+++ b/plugins/cdrdao/burn-cdrdao.c
@@ -698,7 +698,7 @@ brasero_cdrdao_export_caps (BraseroPlugin *plugin)
"cdrdao",
_("Copies, burns and blanks CDs"),
"Philippe Rouquier",
- 20);
+ 0);
/* that's for cdrdao images: CDs only as input */
input = brasero_caps_disc_new (BRASERO_MEDIUM_CD|
diff --git a/plugins/cdrtools/burn-cdda2wav.c b/plugins/cdrtools/burn-cdda2wav.c
index c32ac97..3173a58 100644
--- a/plugins/cdrtools/burn-cdda2wav.c
+++ b/plugins/cdrtools/burn-cdda2wav.c
@@ -409,7 +409,7 @@ brasero_cdda2wav_export_caps (BraseroPlugin *plugin)
"cdda2wav",
_("Copy tracks from an audio CD with all associated information"),
"Philippe Rouquier",
- 0);
+ 1);
output = brasero_caps_audio_new (BRASERO_PLUGIN_IO_ACCEPT_FILE /*|BRASERO_PLUGIN_IO_ACCEPT_PIPE*/, /* Keep on the fly on hold until it gets proper testing */
BRASERO_AUDIO_FORMAT_RAW|
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]