[brasero/gnome-2-30] Change the priority for cdrdao and raised the one of cdda2wav plugin Cdrdao cannot reliably write CD



commit a5734da27ce47bc16e7694ea10cfae6769b4af24
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]