pipeline: fix pipeline cleanup

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-24 18:06:19 -08:00
parent cb93f6b368
commit aff6e24560

View File

@@ -71,6 +71,7 @@ class Pipeline(BasePipeline):
#
async def cleanup(self):
await super().cleanup()
await self._cleanup_processors()
async def process_frame(self, frame: Frame, direction: FrameDirection):