Package flumotion :: Package worker :: Package checks :: Module check
[show private | hide private]
[frames | no frames]

Module flumotion.worker.checks.check

Exceptions
CheckProcError Utility error for element checker procedures

Function Summary
  callbackResult(value, result)
I am a callback to add to a do_element_check deferred.
messages.Result checkPlugin(pluginName, packageName, minimumVersion)
Check if the given plug-in is available.
  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.

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.
Returns:
messages.Result

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.

Generated by Epydoc 2.1 on Sat Apr 14 13:16:05 2007 http://epydoc.sf.net