Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
QSR 2.1.0 Beta 2
-
None
-
-
d41c7e538 (dev), 27b0bf81e (tqtc/lts-6.5), 94475467b (tqtc/lts-6.5.4)
Description
Wfd initialization code calls multiple of enumerate functions such as WfdEnumerateDevices.
According to Wfd -API, the enumerate functions return zero whenever there is an error. Currently the functions are checking that the return value is != WFD_ERROR_NONE, which effectively means that enumerate call will result in a exception every time the function actually was executed successfully.
Following function call return values are currently erroneous in the OpenWFD-adaptation:
wfdEnumerateDevices
wfdEnumeratePorts
wfdGetPortModes
wfdEnumeratePipelines