I am a base class for all Flumotion feed components.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| bus_message_received_cb(self,
bus,
message) |
source code
|
|
|
|
|
|
|
|
gst.Pipeline
|
create_pipeline(self)
Subclasses have to implement this method. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
eatFromFD(self,
eaterAlias,
feedId,
fd)
Tell the component to eat the given feedId from the given fd. |
source code
|
|
|
|
|
|
|
|
|
|
get_element_property(self,
element_name,
property)
Gets a property of an element in the GStreamer pipeline. |
source code
|
|
|
|
get_master_clock(self)
Return the connection details for the network clock provided by this
component, if any. |
source code
|
|
|
|
|
|
|
init(self)
A subclass should do as little as possible in its init method. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_element_property(self,
element_name,
property,
value)
Sets a property on an element in the GStreamer pipeline. |
source code
|
|
|
|
| set_master_clock(self,
ip,
port,
base_time) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unblock_eater(self,
eaterAlias)
After this function returns, the stream lock for this eater must have
been released. |
source code
|
|
|
Inherited from component.BaseComponent:
__init__,
addMessage,
adminCallRemote,
check_properties,
do_check,
fixRenamedProperties,
getMood,
getName,
getWorkerName,
setMedium,
setMood,
setShutdownHook,
setWorkerName,
setup,
stop,
waitForHappy
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from extern.log.log.Loggable:
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure,
writeMarker
|