Rémi Bernon (@rbernon) commented about dlls/winegstreamer/mfplat.c:
if (FAILED(IMFMediaType_GetUINT32(type, &MF_MT_AUDIO_BITS_PER_SAMPLE, &depth))) { FIXME("Depth is not set.\n");
return;
}depth = 0;
If this is allowed after all the FIXME is likely not appropriate (maybe a WARN instead of no message at all).