[pitivi] Fixe in __init__ of AudioEffectFactory
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Fixe in __init__ of AudioEffectFactory
- Date: Wed, 22 Sep 2010 13:34:57 +0000 (UTC)
commit 94f143576800c67ac37c2c84783c28babf079c65
Author: Thibault Saunier <tsaunier src gnome org>
Date: Thu May 20 22:23:20 2010 -0400
Fixe in __init__ of AudioEffectFactory
pitivi/factories/operation.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/factories/operation.py b/pitivi/factories/operation.py
index ec311c5..e69cbdf 100644
--- a/pitivi/factories/operation.py
+++ b/pitivi/factories/operation.py
@@ -70,6 +70,9 @@ class VideoEffectFactory (EffectFactory):
return gst.element_factory_make(self._effect)
class AudioEffectFactory (EffectFactory):
+ def __init__ (self, effect, name=''):
+ TransformFactory.__init__(self, name)
+ self._effect = effect
def _makeBin (self, *args):
pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]