8 Feb
2024
8 Feb
'24
7:12 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
object->sink_finalizer_callback.lpVtbl = &session_sink_finalizer_callback_vtbl; object->refcount = 1; list_init(&object->topologies); + list_init(&object->topologies_queue); list_init(&object->commands); list_init(&object->presentation.sources); list_init(&object->presentation.sinks); list_init(&object->presentation.nodes); InitializeCriticalSection(&object->cs);
- if (FAILED(hr = MFCreateTopology(&object->presentation.current_topology))) - goto failed; -
Is this something we can get rid of anyway, or is it related to your change? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4443#note_60638