thomasvs - in flumotion/branches/eaters-info-1: .
flumotion/component/misc/repeater po
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Wed Mar 14 16:04:52 CET 2007
Author: thomasvs
Date: Wed Mar 14 16:04:50 2007
New Revision: 4638
Modified:
flumotion/branches/eaters-info-1/ChangeLog
flumotion/branches/eaters-info-1/flumotion/component/misc/repeater/repeater.py
flumotion/branches/eaters-info-1/po/POTFILES.in
Log:
* flumotion/component/misc/repeater/repeater.py:
import the right modules
* po/POTFILES.in:
mark for translation
Modified: flumotion/branches/eaters-info-1/ChangeLog
==============================================================================
--- flumotion/branches/eaters-info-1/ChangeLog (original)
+++ flumotion/branches/eaters-info-1/ChangeLog Wed Mar 14 16:04:50 2007
@@ -1,6 +1,13 @@
2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
* flumotion/component/misc/repeater/repeater.py:
+ import the right modules
+ * po/POTFILES.in:
+ mark for translation
+
+2007-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * flumotion/component/misc/repeater/repeater.py:
* flumotion/component/misc/repeater/repeater.xml:
Add drop-probability as well. Allows us to test more
complex dropping scenarios.
Modified: flumotion/branches/eaters-info-1/flumotion/component/misc/repeater/repeater.py
==============================================================================
--- flumotion/branches/eaters-info-1/flumotion/component/misc/repeater/repeater.py (original)
+++ flumotion/branches/eaters-info-1/flumotion/component/misc/repeater/repeater.py Wed Mar 14 16:04:50 2007
@@ -19,9 +19,12 @@
# Headers in this file shall remain intact.
-from flumotion.common import gstreamer
+from flumotion.common import gstreamer, messages
from flumotion.component import feedcomponent
+from flumotion.common.messages import N_
+T_ = messages.gettexter('flumotion')
+
class Repeater(feedcomponent.ParseLaunchComponent):
def get_pipeline_string(self, properties):
dp = ""
Modified: flumotion/branches/eaters-info-1/po/POTFILES.in
==============================================================================
--- flumotion/branches/eaters-info-1/po/POTFILES.in (original)
+++ flumotion/branches/eaters-info-1/po/POTFILES.in Wed Mar 14 16:04:50 2007
@@ -24,6 +24,8 @@
flumotion/component/effects/volume/volume.glade
+flumotion/component/misc/repeater/repeater.py
+
flumotion/component/muxers/checks.py
flumotion/component/producers/audiotest/admin_gtk.py
More information about the flumotion-commit
mailing list