29 Nov
2022
29 Nov
'22
10:32 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/wg_format.c:
return caps; }
+static GstCaps *wg_format_to_caps_video_wmv(const struct wg_format *format) +{ + GST_FIXME("WMV format to caps not implemented.\n"); + return NULL; +}
Maybe this commit could implement the support a bit more fully? Or maybe indicate in the title that it only implements MT *to* wg_format conversion. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1529#note_17831