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

type FDSrc

source code

object --+    
         |    
 FDHandler --+
             |
            FDSrc
Known Subclasses:

File descriptors handler based on fdsrc

Instance Methods [hide private]
 
__init__(self, fdelement) source code
 
_check_eos(self, pad, event) source code
 
connectFd(self, fd)
Connects a file descriptor to the gstreamer element that will be writting to it or reading from it
source code
 
disconnectFd(self, _)
Disconnects a file descriptor from the gstreamer element that is writting to it or reading from it
source code
Class Variables [hide private]
  logCategory = 'gdp-producer'
  protocol = None
  _handler_id = None
Method Details [hide private]

__init__(self, fdelement)
(Constructor)

source code 
Overrides: FDHandler.__init__

connectFd(self, fd)

source code 

Connects a file descriptor to the gstreamer element that will be writting to it or reading from it

Overrides: FDHandler.connectFd
(inherited documentation)

disconnectFd(self, _)

source code 

Disconnects a file descriptor from the gstreamer element that is writting to it or reading from it

Overrides: FDHandler.disconnectFd
(inherited documentation)