PipelineTask: don't add RTVIObserver if already there

This commit is contained in:
Aleix Conchillo Flaqué
2026-01-31 13:19:36 -08:00
parent bdc9e7e2e4
commit acc9923c0a
2 changed files with 34 additions and 11 deletions

1
changelog/3610.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `PipelineTask` adding duplicate `RTVIProcessor` and `RTVIObserver` when they were already provided in the pipeline or observers list. They are now detected and skipped, with appropriate warnings and errors logged for mismatched configurations.