[pitivi] effects: Un-blacklist plugin



commit 87bd68e4e086bd673cb61ac6a7a166288d4983d7
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Thu Apr 7 22:27:12 2016 +0200

    effects: Un-blacklist plugin
    
    Would have fixed https://phabricator.freedesktop.org/T2803 if the plugin
    name was correct.
    
    Differential Revision: https://phabricator.freedesktop.org/D899

 pitivi/effects.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/effects.py b/pitivi/effects.py
index dfd3abb..4ef38e9 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -130,9 +130,7 @@ BLACKLISTED_EFFECTS = ["colorconvert", "coglogoinsert", "festival",
                        "alphacolor", "cogcolorspace", "videodetect",
                        "navigationtest", "videoanalyse", "volume"]
 
-# FIXME Check if this is still true with GES
-# We should unblacklist it when #650985 is solved
-BLACKLISTED_PLUGINS = ["ldaspa"]
+BLACKLISTED_PLUGINS = []
 
 ICON_WIDTH = 48 + 2 * 6  # 48 pixels, plus a margin on each side
 


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