Description: segmentation fault
 flowblade (1.16-2) unstable; urgency=medium
 .
   [ Bartosz Fenski ]
   * Fixes segmentation fault (Closes: #900544)
Author: Dan Dennedy 
Origin: other, https://github.com/jliljebl/flowblade/issues/508
Bug: https://github.com/jliljebl/flowblade/issues/508
Bug-Debian: https://bugs.debian.org/900544
Last-Update: 2018-08-15

--- flowblade-1.16.orig/flowblade-trunk/Flowblade/app.py
+++ flowblade-1.16/flowblade-trunk/Flowblade/app.py
@@ -243,6 +243,9 @@ def main(root_path):
 
     # Init MLT framework
     repo = mlt.Factory().init()
+    repo.producers().set('qimage', None, 0)
+    repo.producers().set('qtext', None, 0)
+    repo.producers().set('kdenlivetitle', None, 0)
 
     # Set numeric locale to use "." as radix, MLT initilizes this to OS locale and this causes bugs 
     locale.setlocale(locale.LC_NUMERIC, 'C')
