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.