FrameProcessor: add queue_task_frame() and queue_task_frames()

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-30 14:27:03 -08:00
parent 74aea65f17
commit d459465eb6
2 changed files with 18 additions and 0 deletions

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

@@ -0,0 +1 @@
- Frame processors can now push frames from the top of the pipeline using new methods `queue_task_frame()` and `queue_task_frames()`.