frame stream refactor, i like it now

This commit is contained in:
2024-05-01 15:16:14 +02:00
parent 495ec41234
commit 165e80c456
4 changed files with 50 additions and 23 deletions

View File

@ -105,7 +105,7 @@ SDLVideoCameraContent::SDLVideoCameraContent(void) {
};
// creates surface copies
someone_listening = pushValue(new_frame_non_owning);
someone_listening = push(new_frame_non_owning);
}
SDL_ReleaseCameraFrame(_camera.get(), sdl_frame_next);