27 Nov
2025
27 Nov
'25
11:20 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/video_decoder.c:
static HRESULT WINAPI media_object_GetInputCurrentType(IMediaObject *iface, DWORD index, DMO_MEDIA_TYPE *type) { - FIXME("iface %p, index %lu, type %p stub!\n", iface, index, type); - return E_NOTIMPL; + struct video_decoder *decoder = impl_from_IMediaObject(iface); + TRACE("iface %p, index %lu, type %p stub!\n", iface, index, type);
```suggestion:-0+0 TRACE("iface %p, index %lu, type %p\n", iface, index, type); ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9571#note_123937