Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins read result #178

Open
bart112233 opened this issue May 27, 2020 · 1 comment
Open

Plugins read result #178

bart112233 opened this issue May 27, 2020 · 1 comment

Comments

@bart112233
Copy link

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).

@merge
Copy link
Member

merge commented Jul 3, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants