|
init(self)
A subclass should do as little as possible in its init method. |
source code
|
|
gst.Pipeline
|
|
|
|
|
get_pipeline_string(self,
properties)
Method that must be implemented by subclasses to produce the gstparse
string for the component's pipeline. |
source code
|
|
|
configure_pipeline(self,
pipeline,
properties)
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. |
source code
|
|
|
|
|
parse_tmpl(self,
pipeline,
templatizers)
Expand the given pipeline string representation by substituting
blocks between '@' with a filled-in template. |
source code
|
|
str
|
|
|
|
|
|
|
get_queue_string(self,
eaterAlias)
Return a parse-launch string to join the fdsrc eater element and the
depayer, for example '!' or '! queue !'. |
source code
|
|
gst.Pad
|
|
gst.Pad
|
|
Inherited from feedcomponent010.FeedComponent :
addEffect ,
attachPadMonitorToElement ,
attachPadMonitorToFeeder ,
bus_message_received_cb ,
cleanup ,
connect_feeders ,
do_pipeline_playing ,
do_setup ,
do_stop ,
dump_gstreamer_debug_dot_file ,
eatFromFD ,
feedToFD ,
get_element ,
get_element_property ,
get_master_clock ,
get_pipeline ,
install_eater_continuity_watch ,
install_eater_event_probes ,
make_message_for_gstreamer_error ,
modify_element_property ,
provide_master_clock ,
reconnectEater ,
set_element_property ,
set_master_clock ,
setup_completed ,
stop_pipeline ,
try_start_pipeline ,
unblock_eater
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
|