brasero r1974 - in trunk: . src/plugins/growisofs



Author: philippr
Date: Fri Feb 20 12:40:11 2009
New Revision: 1974
URL: http://svn.gnome.org/viewvc/brasero?rev=1974&view=rev

Log:
2009-02-20  Philippe Rouquier  <ykw localhost localdomain>

	Fix for multisession DVDs when the new session is beyond the 4 Gio 
	boundary.

	* src/plugins/growisofs/burn-growisofs.c
	(brasero_growisofs_set_argv_record):

Modified:
   trunk/ChangeLog
   trunk/src/plugins/growisofs/burn-growisofs.c

Modified: trunk/src/plugins/growisofs/burn-growisofs.c
==============================================================================
--- trunk/src/plugins/growisofs/burn-growisofs.c	(original)
+++ trunk/src/plugins/growisofs/burn-growisofs.c	Fri Feb 20 12:40:11 2009
@@ -431,6 +431,12 @@
 	if (flags & BRASERO_BURN_FLAG_DAO)
 		g_ptr_array_add (argv, g_strdup ("-use-the-force-luke=dao"));
 
+	/* This is necessary for multi session discs when a new session starts
+	 * beyond the 4Gio boundary since it may not be readable afterward.
+	 * To work, this requires a kernel > 2.6.8.
+	 * FIXME: This would deserve a flag to warn the user. */
+	g_ptr_array_add (argv, g_strdup ("-use-the-force-luke=4gms"));
+
 	if (!(flags & BRASERO_BURN_FLAG_MULTI)) {
 		/* This option seems to help creating DVD more compatible
 		 * with DVD readers.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]