[pitivi] effects.py: Blacklist all useless effects
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] effects.py: Blacklist all useless effects
- Date: Wed, 22 Sep 2010 13:48:09 +0000 (UTC)
commit 1cd8a78bdb11cc4f1bd55c8b7a102a242738b64e
Author: Thibault Saunier <tsaunier gnome org>
Date: Tue Sep 7 11:51:49 2010 +0200
effects.py: Blacklist all useless effects
pitivi/effects.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/effects.py b/pitivi/effects.py
index d8c4c3e..2bdaae7 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -52,7 +52,8 @@ from pitivi.undo import UndoableAction
(VIDEO_EFFECT, AUDIO_EFFECT) = range(2)
BLACKLISTED_EFFECTS = ["colorconvert", "coglogoinsert", "festival",
- "alphacolor", "cogcolorspace"]
+ "alphacolor", "cogcolorspace", "videodetect",
+ "navigationtest", "videoanalyse"]
class EffectsHandler(object):
"""
@@ -74,7 +75,7 @@ class EffectsHandler(object):
"frei0r-filter-g", "frei0r-filter-bw0r", "burn", "dodge",
"coloreffects", "chromium", "exclusion", "glfiltersobel",
"Solarize", "frei0r-filter-threshold0r",
- "frei0r-filter-twolay0r",
+ "frei0r-filter-twolay0r",
)
),
(_("Noise"), ("videorate", "frei0r-filter-edgeglow", "gaussianblur",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]