4 Dec
2024
4 Dec
'24
11:40 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/media_source.c:
IMFGetService IMFGetService_iface; IMFRateSupport IMFRateSupport_iface; IMFRateControl IMFRateControl_iface; + IMFMediaShutdownNotify IMFMediaShutdownNotify_iface; IMFAsyncCallback async_commands_callback; LONG ref; DWORD async_commands_queue; IMFMediaEventQueue *event_queue; IMFByteStream *byte_stream;
+ IMFAsyncCallback *shutdown_callback; + IUnknown *shutdown_state;
You could wrap these in a single IMFAsyncResult I think. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6800#note_89687