Trees | Index | Help |
---|
Package flumotion :: Package component :: Package base :: Module converter :: Class Converter |
|
object
--+ |GObject
--+ |Loggable
--+ |BaseComponent
--+ |FeedComponent
--+ |ParseLaunchComponent
--+ | Converter
Method Summary | |
---|---|
Inherited from ParseLaunchComponent | |
| |
| |
Expand the given pipeline string representation by substituting blocks between '@' with a filled-in template. | |
| |
Tell the component to start, linking itself to other components. | |
Expand the given string to a full element name for an eater or feeder. | |
Expand each @..@ block to use the full element name for eater or feeder. | |
Inherited from FeedComponent | |
| |
| |
| |
Called when the eater element changes state. | |
Notify the manager that an effect property has changed to a new value. | |
| |
Return the list of feeder names this component eats from. | |
| |
Return the names of all elements in the GStreamer pipeline. | |
Gets a property of an element in the GStreamer pipeline. | |
Return the list of feeder names this component has. | |
Return the list of feeder names this component has. | |
| |
Make the component eat from the feeds it depends on and start producing feeds itself. | |
| |
| |
| |
| |
| |
| |
| |
| |
Sets a property on an element in the GStreamer pipeline. | |
| |
| |
Tell the component to stop. | |
Update the mood because a mood condition has changed. | |
| |
| |
Set up the feeded GStreamer elements in our pipeline based on information in the tuple. | |
Set up the feeding GStreamer elements in our pipeline based on information in the tuple. | |
Inherited from BaseComponent | |
Call a remote method on all admin client views on this component. | |
| |
| |
| |
| |
Set the given mood on the component if it's different from the current one. | |
| |
Start sending heartbeats. | |
Stop sending heartbeats. | |
Send heartbeat to manager and reschedule. | |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Inherited from GObject | |
x.__cmp__(y) <==> cmp(x,y) | |
| |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
x.__repr__() <==> repr(x) | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Variable Summary | |
---|---|
Inherited from BaseComponent | |
string | name : the name of the component |
Class Variable Summary | |
---|---|
str |
logCategory : Implementors can provide a category to log their messages under. |
Inherited from ParseLaunchComponent | |
str |
DELIMETER = '@'
|
str |
EATER_TMPL = 'tcpclientsrc'
|
str |
FEEDER_TMPL = 'tcpserversink buffers-max=500 buffers-sof...
|
Inherited from FeedComponent | |
GType |
__gtype__ = <GType flumotion+component+feedcomponent+Fee...
|
int |
_reconnectInterval = 3 |
Inherited from BaseComponent | |
tuple |
__remote_interfaces__ = (<class 'flumotion.common.interf...
|
int |
_heartbeatInterval = 5 |
Inherited from GObject | |
str |
__gdoc__ = 'Object GObject\n\nSignals from GObject:\n n...
|
getset_descriptor |
__grefcount__ = <attribute '__grefcount__' of 'gobject.G...
|
Class Variable Details |
---|
logCategoryImplementors can provide a category to log their messages under.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Feb 16 07:23:00 2005 | http://epydoc.sf.net |