Package flumotion :: Package component :: Package combiners :: Package switch :: Module switch :: Class SingleSwitch
[hide private]

Class SingleSwitch

source code

                  object --+                        
                           |                        
     common.common.InitMixin --+                    
                               |                    
     extern.log.log.Loggable --+                    
                               |                    
         component.BaseComponent --+                
                                   |                
      feedcomponent010.FeedComponent --+            
                                       |            
      feedcomponent.ParseLaunchComponent --+        
                                           |        
feedcomponent.MultiInputParseLaunchComponent --+    
                                               |    
                                          Switch --+
                                                   |
                                                  SingleSwitch
Known Subclasses:

Nested Classes [hide private]

Inherited from Switch: componentMediumClass

Instance Methods [hide private]
 
get_logical_feeds(self) source code
 
get_muxer_string(self, properties)
Return a gst-parse description of the muxer, which must be named 'muxer'
source code
 
get_switch_elements(self, pipeline) source code

Inherited from Switch: addWarning, auto_switch, clearWarning, configure_pipeline, create_pipeline, do_check, do_setup, do_switch, feedSetActive, feedSetInactive, init, install_logical_feed_watches, is_active, switch_to

Inherited from Switch (private): _bufferProbe, _eventProbe

Inherited from feedcomponent.MultiInputParseLaunchComponent: get_pipeline_string, get_queue_string, unblock_eater

Inherited from feedcomponent.ParseLaunchComponent: add_default_eater_feeder, get_eater_srcpad, get_eater_template, get_feeder_sinkpad, get_feeder_template, parse_pipeline, parse_tmpl, set_pipeline

Inherited from feedcomponent010.FeedComponent: addEffect, attachPadMonitorToElement, attachPadMonitorToFeeder, bus_message_received_cb, cleanup, connect_feeders, do_pipeline_playing, 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

Inherited from component.BaseComponent: __init__, __provides__, addMessage, adminCallRemote, checkPropertyType, check_properties, 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

Class Variables [hide private]
  logCategory = 'single-switch'
Implementors can provide a category to log their messages under.

Inherited from feedcomponent.MultiInputParseLaunchComponent: LINK_MUXER, QUEUE_SIZE_BUFFERS

Inherited from feedcomponent.ParseLaunchComponent: DELIMITER, DEPAY_TMPL, EATER_TMPL, FDSRC_TMPL, FEEDER_TMPL, checkOffset, checkTimestamp

Inherited from feedcomponent010.FeedComponent: FEEDER_STATS_UPDATE_FREQUENCY, dropStreamHeaders, eaters, feeders, swallowNewSegment

Inherited from component.BaseComponent: __implemented__

Instance Variables [hide private]

Inherited from component.BaseComponent: medium, name, uiState

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_logical_feeds(self)

source code 
Overrides: Switch.get_logical_feeds

get_muxer_string(self, properties)

source code 

Return a gst-parse description of the muxer, which must be named 'muxer'

Overrides: feedcomponent.MultiInputParseLaunchComponent.get_muxer_string
(inherited documentation)

get_switch_elements(self, pipeline)

source code 
Overrides: Switch.get_switch_elements