[brasero/gnome-3-8] burn-normalize: disable normalisation for now



commit dda5d97bdae80926ddc34439850373f96a47a0fa
Author: Joshua Lock <joshua lock intel com>
Date:   Mon Aug 5 12:38:58 2013 +0100

    burn-normalize: disable normalisation for now
    
    Since the port to GStreamer 1.0 the rganalysis pipleline stops after the
    first track is processed and pauses the entire audio disc burning process
    indefinitely.
    
    Disable the normalisation plugin for now as I haven't yet been able to
    determine an appropriate fix for this issue.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699599

 plugins/transcode/burn-normalize.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/plugins/transcode/burn-normalize.c b/plugins/transcode/burn-normalize.c
index 38baf56..1a71b02 100644
--- a/plugins/transcode/burn-normalize.c
+++ b/plugins/transcode/burn-normalize.c
@@ -662,8 +662,12 @@ brasero_normalize_export_caps (BraseroPlugin *plugin)
        brasero_plugin_process_caps (plugin, input);
        g_slist_free (input);
 
-       /* We should run first */
-       brasero_plugin_set_process_flags (plugin, BRASERO_PLUGIN_RUN_PREPROCESSING);
+       /* We should run first... unfortunately since the gstreamer-1 port
+        * we're unable to process more than a single track with rganalysis
+        * and the GStreamer pipeline becomes stopped indefinitely.
+        * Disable normalisation until this is resolved.
+        * See https://bugzilla.gnome.org/show_bug.cgi?id=699599 */
+       brasero_plugin_set_process_flags (plugin, BRASERO_PLUGIN_RUN_NEVER);
 
        brasero_plugin_set_compulsory (plugin, FALSE);
 }


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