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.