3 Sep
2024
3 Sep
'24
6:51 a.m.
Pushing all queued input immediately causes gstreamer to process all frames in advance and queue them in the output_queue of the transform. This results in a large amount of memory usage that can cause an OOM issue. This patch allows the queue to be drained at the rate required by the application. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6432