| Trees | Indices | Help |
|---|
|
|
object --+
|
common.common.InitMixin --+
|
extern.log.log.Loggable --+
|
component.BaseComponent --+
|
feedcomponent010.FeedComponent --+
|
feedcomponent.ParseLaunchComponent --+
|
extern.log.log.Loggable --+
|
Disker
|
|||
| child class of BaseComponentMedium |
componentMediumClass the medium class to use for this component |
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
checkOffset = Truewhether to check continuity of offsets for eaters |
|||
pipe_template =
|
|||
file = Nonehash(x) |
|||
directory = Nonehash(x) |
|||
location = Nonehash(x) |
|||
caps = Nonehash(x) |
|||
last_tstamp = Nonehash(x) |
|||
_startFilenameTemplate = Nonehash(x) |
|||
_startTime = Nonehash(x) |
|||
_rotateTimeDelayedCall = Nonehash(x) |
|||
_pollDiskDC = Nonehash(x) |
|||
_symlinkToLastRecording = Nonehash(x) |
|||
_symlinkToCurrentRecording = Nonehash(x) |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
A subclass should do as little as possible in its init method. In particular, it should not try to access resources. Failures during init are marshalled back to the manager through the worker's remote_create method, since there is no component state proxied to the manager yet at the time of init.
|
Triggered when a uiState observer was added. Default implementation is to start the memory and cpu pollers. Note: Subclasses can override me but should chain me up to start these pollers
|
Triggered when a uiState observer has left. Default implementation is to stop the memory and cpu pollers when the total number of observers denoted by the 'num' argument becomes zero. Note: Subclasses can override me but should chain me up to stop these pollers
|
BaseComponent convenience vmethod for running checks. A component implementation can override this method to run any checks that it needs to. Typically, a check_properties implementation will call the provided addMessage() callback to note warnings or errors. For errors, addMessage() will set component's mood to sad, which will abort the init process before getting to do_setup().
|
Method that must be implemented by subclasses to produce the gstparse string for the component's pipeline. Subclasses should not chain up; this method raises a NotImplemented error. Returns: a new pipeline string representation.
|
Method that can be implemented by subclasses if they wish to interact with the pipeline after it has been created and set on the component. This could include attaching signals and bus handlers.
|
|
|
|
BaseComponent vmethod for stopping. The component should do any cleanup it needs, but must not set the component's mood to sleeping.
|
|
|||
pipe_template
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 5 05:30:20 2011 | http://epydoc.sourceforge.net |