Trees | Index | Help |
---|
Package flumotion :: Package worker :: Package checks :: Module check |
|
Exceptions | |
---|---|
CheckProcError |
Utility error for element checker procedures |
Function Summary | |
---|---|
I am a callback to add to a do_element_check deferred. | |
messages.Result
|
Check if the given plug-in is available. |
Create debug info from a failure. | |
I am an errback to add to a do_element_check deferred to check for RESOURCE_ERROR_NOT_FOUND, and add a message to the result. | |
I am an errback to add to a do_element_check deferred, after your specific one. | |
Handle common GStreamer GstErrors or other. |
Function Details |
---|
callbackResult(value, result)I am a callback to add to a do_element_check deferred. |
checkPlugin(pluginName, packageName, minimumVersion=None)Check if the given plug-in is available. Return a result with an error if it is not, or not new enough.
|
debugFailure(failure)Create debug info from a failure. |
errbackNotFoundResult(failure, result, id, device)I am an errback to add to a do_element_check deferred to check for RESOURCE_ERROR_NOT_FOUND, and add a message to the result. |
errbackResult(failure, result, id, device)I am an errback to add to a do_element_check deferred, after your specific one. |
handleGStreamerDeviceError(failure, device)Handle common GStreamer GstErrors or other. Return a message or None. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Apr 6 10:10:25 2007 | http://epydoc.sf.net |