I am a base class for all Flumotion feed components.
|
|
|
|
|
|
|
attachPadMonitorToElement(self,
elementName,
setActive=None,
setInactive=None) |
source code
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
modify_element_property(self,
element_name,
property_name,
value,
mutable_state=<enum GST_STATE_READY of type GstState>,
needs_reset=False)
Sets a property on the fly on a gstreamer element |
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__ ,
__provides__ ,
addMessage ,
adminCallRemote ,
checkPropertyType ,
check_properties ,
do_check ,
fixRenamedProperties ,
getMood ,
getName ,
getWorkerName ,
modifyProperty ,
observerAppend ,
observerRemove ,
removeMessage ,
setMedium ,
setMood ,
setShutdownHook ,
setWorkerName ,
setup ,
stop ,
waitForHappy ,
warnDeprecatedProperties
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
Inherited from extern.log.log.Loggable :
__providedBy__ ,
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure ,
writeMarker
|