arek - in flumotion/trunk: . flumotion/component/encoders/theora
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Tue Apr 29 12:47:38 CEST 2008
Author: arek
Date: Tue Apr 29 12:47:38 2008
New Revision: 6583
Log:
* flumotion/component/encoders/theora/theora.py (Theora.do_check):
Import the used modules and invoke the check function properly.
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/component/encoders/theora/theora.py
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Tue Apr 29 12:47:38 2008
@@ -1,3 +1,8 @@
+2008-04-29 Arek Korbik <arkadini at gmail.com>
+
+ * flumotion/component/encoders/theora/theora.py (Theora.do_check):
+ Import the used modules and invoke the check function properly.
+
2008-04-28 Johan Dahlin <johan at gnome.org>
* flumotion/wizard/configurationwizard.py (ConfigurationWizard.waitForTask):
Modified: flumotion/trunk/flumotion/component/encoders/theora/theora.py
==============================================================================
--- flumotion/trunk/flumotion/component/encoders/theora/theora.py (original)
+++ flumotion/trunk/flumotion/component/encoders/theora/theora.py Tue Apr 29 12:47:38 2008
@@ -21,6 +21,7 @@
from flumotion.component import feedcomponent
from flumotion.common import messages
+from flumotion.worker.checks import check
from flumotion.common.messages import N_
@@ -35,7 +36,7 @@
def do_check(self):
self.debug('running Theora check')
from flumotion.worker.checks import encoder
- return encoder.do_check(encoder.checkTheora)
+ return check.do_check(self, encoder.checkTheora)
def get_pipeline_string(self, properties):
return "ffmpegcolorspace ! theoraenc name=encoder"
More information about the flumotion-commit
mailing list