26 Oct
2023
26 Oct
'23
7:02 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3810#note_49878