BaseObserver: added new on_process_frame

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-18 12:29:06 -07:00
parent 13ce02c896
commit 75a6ee839b
4 changed files with 73 additions and 13 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new `on_process_frame()` observer method which makes it possible to know
when a frame is being processed.
- Added new `FrameProcessor.entry_processor()` method. This allows you to access
the first non-compound processor in a pipeline.