Fix GPUHLSOutput method name (write not write_frame)
Some checks are pending
GPU Worker CI/CD / test (push) Waiting to run
GPU Worker CI/CD / deploy (push) Blocked by required conditions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
giles
2026-02-04 02:34:51 +00:00
parent 3adf927ca1
commit 8051ef9ba9

View File

@@ -276,7 +276,7 @@ class GPUHLSOutput:
stderr=subprocess.DEVNULL,
)
def write_frame(self, frame: Union[np.ndarray, 'cp.ndarray'], t: float = 0):
def write(self, frame: Union[np.ndarray, 'cp.ndarray'], t: float = 0):
"""Write a frame using GPU encoding."""
if not self._is_open:
return