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); ```