zaheer - in flumotion/branches/eaters-info-1: . flumotion/component
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Thu Mar 8 13:00:26 CET 2007
Author: zaheer
Date: Thu Mar 8 13:00:24 2007
New Revision: 4601
Modified:
flumotion/branches/eaters-info-1/ChangeLog
flumotion/branches/eaters-info-1/flumotion/component/feedcomponent010.py
Log:
2007-03-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/feedcomponent010.py:
Duh, identity needs to be in the DEPAY_TMPL after the depayloader!
Modified: flumotion/branches/eaters-info-1/ChangeLog
==============================================================================
--- flumotion/branches/eaters-info-1/ChangeLog (original)
+++ flumotion/branches/eaters-info-1/ChangeLog Thu Mar 8 13:00:24 2007
@@ -1,6 +1,11 @@
2007-03-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* flumotion/component/feedcomponent010.py:
+ Duh, identity needs to be in the DEPAY_TMPL after the depayloader!
+
+2007-03-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * flumotion/component/feedcomponent010.py:
Remove EATERS_TMPL as it is now dynamic.
Add identity check-perfect=true to the FDSRC_TMPL so we can
track stream perfection.
Modified: flumotion/branches/eaters-info-1/flumotion/component/feedcomponent010.py
==============================================================================
--- flumotion/branches/eaters-info-1/flumotion/component/feedcomponent010.py (original)
+++ flumotion/branches/eaters-info-1/flumotion/component/feedcomponent010.py Thu Mar 8 13:00:24 2007
@@ -210,9 +210,9 @@
I am a base class for all Flumotion feed components.
"""
# keep these as class variables for the tests
- FDSRC_TMPL = 'fdsrc name=%(name)s ! ' + \
+ FDSRC_TMPL = 'fdsrc name=%(name)s'
+ DEPAY_TMPL = 'gdpdepay name=%(name)s-depay ! ' + \
'identity check-perfect=true name=%(name)s-identity'
- DEPAY_TMPL = 'gdpdepay name=%(name)s-depay'
FEEDER_TMPL = 'gdppay ! multifdsink sync=false name=%(name)s buffers-max=500 buffers-soft-max=450 recover-policy=1'
# EATER_TMPL is no longer used due to it being dynamic
# how often to add the buffer probe
More information about the flumotion-commit
mailing list