tslib icon indicating copy to clipboard operation
tslib copied to clipboard

Plugins read result

Open bart112233 opened this issue 5 years ago • 1 comments

Some plug-ins don't return negative result on own function "read" even if previous plugin (call "info->next->ops->read") was return negative result: dejitter, invert, lowpass, skip, variance. So, if one of this filters is used - function ts_read don't return negative result, even if input device was upluged (as example).

bart112233 avatar May 27 '20 14:05 bart112233

this is true for the legacy ts_read API (and the rule until now is basically not to touch its user-facing behaviour), but should be fixed in ts_read_mt that can always be used instead.

merge avatar Jul 03 '20 13:07 merge