[brasero/wip/hadess/fixes: 4/4] growisofs: Fix burning BD-R media not working
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero/wip/hadess/fixes: 4/4] growisofs: Fix burning BD-R media not working
- Date: Thu, 9 Sep 2021 22:32:45 +0000 (UTC)
commit 5e703334370ccc51e02bcd4bed33ef5bb2bd364d
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 9 23:40:28 2021 +0200
growisofs: Fix burning BD-R media not working
The BD-R flags were simply never applied to the plugin, so the brasero
core didn't know how to burn that type of media.
See https://bugzilla.redhat.com/show_bug.cgi?id=1704341
and https://bugzilla.redhat.com/show_bug.cgi?id=1456971
Closes: #324
plugins/growisofs/burn-growisofs.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/plugins/growisofs/burn-growisofs.c b/plugins/growisofs/burn-growisofs.c
index 3d00a779..c9955aac 100644
--- a/plugins/growisofs/burn-growisofs.c
+++ b/plugins/growisofs/burn-growisofs.c
@@ -877,6 +877,9 @@ brasero_growisofs_export_caps (BraseroPlugin *plugin)
/* for DVD+RW */
BRASERO_PLUGIN_ADD_STANDARD_DVDRW_PLUS_FLAGS (plugin, BRASERO_BURN_FLAG_NONE);
+ /* for BD-R */
+ BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS (plugin, BRASERO_BURN_FLAG_NONE);
+
/* for BD-RE */
BRASERO_PLUGIN_ADD_STANDARD_BD_RE_FLAGS (plugin, BRASERO_BURN_FLAG_NONE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]