Rémi Bernon (@rbernon) commented about dlls/winegstreamer/wg_transform.c:
case WG_MAJOR_TYPE_VIDEO_CINEPAK: case WG_MAJOR_TYPE_VIDEO_INDEO: case WG_MAJOR_TYPE_VIDEO_WMV:
if (!(element = find_element(GST_ELEMENT_FACTORY_TYPE_DECODER, src_caps, raw_caps))
if (!(element = find_element(GST_ELEMENT_FACTORY_TYPE_DECODER, GST_RANK_MARGINAL, src_caps, raw_caps))
We could use `GST_RANK_NONE` all the time, changed in a previous commit.