[brasero/wip/hadess/fixes: 15/15] growisofs: Fix burning BD-R media not working




commit 6e0097bf5a26eb838297badcbb1ac0d603559179
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]