Package flumotion :: Package component :: Package common :: Package fgdp :: Module fgdp :: Class FGDPSrc
[hide private]

Class FGDPSrc

source code

       gst.Bin --+    
                 |    
    object --+   |    
             |   |    
_ProtocolMixin --+    
                 |    
          FGDPBase --+
                     |
    object --+       |
             |       |
     FDHandler --+   |
                 |   |
             FDSrc --+
                     |
                    FGDPSrc

GStreamer source element using the FGDP protocol

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
prepare(self)
Should be implemented by subclasses that needs to do something before starting the server/client
source code

Inherited from FGDPBase: do_change_state, do_get_property, do_set_property

Inherited from FGDPBase (private): _handle_error

Inherited from _ProtocolMixin: start, stop

Inherited from _ProtocolMixin (private): _start_pull, _start_push

Inherited from FDSrc: connectFd, disconnectFd

Inherited from FDSrc (private): _check_eos

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
str mode = 'pull'
  __gstdetails__ = 'FGDPsrc', 'Source', 'Flumotion GStreamer dat...

Inherited from FGDPBase: __gproperties__, __gsignals__, host, maxDelay, password, port, username, version

Inherited from _ProtocolMixin (private): _connector, _listener

Inherited from FDSrc: logCategory, protocol

Inherited from FDSrc (private): _handler_id

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

prepare(self)

source code 

Should be implemented by subclasses that needs to do something before starting the server/client

Overrides: FGDPBase.prepare
(inherited documentation)

Class Variable Details [hide private]

__gstdetails__

Value:
'FGDPsrc', 'Source', 'Flumotion GStreamer data protocol source', 'Flum\
otion DevTeam'