Pipeline: allow passing user source and sink processors

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-20 07:29:25 -07:00
parent d161e2767f
commit 1b48b1d860
2 changed files with 23 additions and 9 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Allow passing custom pipeline sink and source processors to a
`Pipeline`. Pipeline source and sink processors are used to know and control
what's coming in and out of a `Pipeline` processor.
- Added `FrameProcessor.pause_processing_system_frames()` and
`FrameProcessor.resume_processing_system_frames()`. These allow to pause and
resume the processing of system frame.