Zebediah Figura (@zfigura) commented about dlls/winegstreamer/wg_format.c:
if (gst_video_info_from_caps(&info, caps)) wg_format_from_video_info(format, &info); }
- else if (!strcmp(name, "audio/mpeg"))
- else if (!strcmp(name, "audio/mpeg") && gst_structure_get_boolean(structure, "parsed", &parsed) && parsed)
This is correct, I think, but also orthogonal to the purpose of this patch. Can you please split this out into a separate patch?