Merge pull request #3510 from omChauhanDev/feat/add-reached-filter-methods

feat(task): add additive filter methods for frame monitoring
This commit is contained in:
Aleix Conchillo Flaqué
2026-01-21 21:05:33 -08:00
committed by GitHub
4 changed files with 44 additions and 7 deletions

View File

@@ -0,0 +1 @@
- Added `add_reached_upstream_filter()` and `add_reached_downstream_filter()` methods to `PipelineTask` for appending frame types.

1
changelog/3510.added.md Normal file
View File

@@ -0,0 +1 @@
- Added `reached_upstream_types` and `reached_downstream_types` read-only properties to `PipelineTask` for inspecting current frame filters.

View File

@@ -0,0 +1 @@
- Changed frame filter storage from tuples to sets in `PipelineTask`.