Alexandre Julliard pushed to branch master at wine / wine
Commits: 299cea5d by Yuxuan Shui at 2025-03-04T16:23:13+01:00 winegstreamer: Avoid large buffer pushes in wg_transform.
This is done by inserting a special "stepper" element behind the parser (if there is one). This element will keep the incoming buffers in a internal queue and not push them downstream immediately. Instead, it gives us control over when we push and how much is pushed.
- - - - -
3 changed files:
- dlls/winegstreamer/unix_private.h - dlls/winegstreamer/unixlib.c - dlls/winegstreamer/wg_transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/299cea5d860045fd8174f743b355161...