openfx
openfx copied to clipboard
Fix spec and host support lib to return proper val for host type
Image Effect Host objects must have OfxPropType with value "OfxTypeImageEffectHost" (== kOfxTypeImageEffectHost).
The host support lib was incorrectly returning the string "Host" here. Fixes #186.