FrameProcessor: fix system frame higher priorty and use a PriortyQueue

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-08 14:51:28 -07:00
parent 2c01c2b5b3
commit 8ce29ee8f2
2 changed files with 30 additions and 46 deletions

View File

@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated `pyproject.toml` to once again pin `numba` to `>=0.61.2` in order to
resolve package versioning issues.
### Fixed
- Fixed an issue that would cause system frames to not be processed with higher
priority than other frames. This could cause slower interruption times.
### Other
- Improving the latency of the `HeyGenVideoService`.