Alfred Agrell (@Alcaro) commented about dlls/winegstreamer/wg_format.c:
format->u.video.fps_d = fps_d;
}
+static void wg_format_from_caps_video_indeo(struct wg_format *format, const GstCaps *caps) +{
- const GstStructure *structure = gst_caps_get_structure(caps, 0);
- gint version, width, height, fps_n, fps_d;
- if (!gst_structure_get_int(structure, "indeoversion", &version))
- {
GST_WARNING("Missing \"width\" value.");
return;
- }
- if (version != 5)
- {
GST_FIXME("Unknown version %d.\n", version);
The other GST_COMPLAINs don't have \n.