Merge pull request #3871 from rupesh-svg/fix/rtvi-processor-double-insert

Fix PipelineTask double-inserting RTVIProcessor with custom RTVIObserver
This commit is contained in:
Mark Backman
2026-02-27 19:34:46 -05:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

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

@@ -0,0 +1 @@
- Fixed `PipelineTask` double-inserting `RTVIProcessor` into the frame chain when the user provides both an `RTVIProcessor` in the pipeline and a custom `RTVIObserver` subclass in observers.