Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
local: Fix detection of scan-element channels
Previously, the detection of buffer-capable channels would fail when the channel had attributes outside the scan_elements/ folder, as the channel would be correctly marked as buffer-capable when the first attribute was found, but then overriden as non-buffer-capable as soon as an attribute outside the scan_elements/ folder was found. It went unnoticed until now, most likely because there is generally either scan-elements attributes or non-scan-elements attributes, and rarely both. Fixes #740. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information