534b8a3f
by Yuxuan Shui at 2026-02-24T19:48:16+01:00
winegstreamer: Fix buffer info when returning S_FALSE from ProcessOutput.
In commit 300079ac1a666fa526e7f53bbd096f313c221f5f I made ProcessOutput return S_FALSE instead of
MF_E_TRANSFORM_NEED_MORE_INPUT. But since we are no longer returning an error, we need to make sure
the DMO_OUTPUT_DATA_BUFFER structure is filled in properly, previously it was left undefined.