Rémi Bernon (@rbernon) commented about dlls/winegstreamer/wg_sample.c:
if (flags & DMO_INPUT_DATA_BUFFERF_TIMELENGTH) { wg_sample->flags |= WG_SAMPLE_FLAG_HAS_DURATION;
wg_sample->pts = time_length;
}wg_sample->duration = time_length;
This change could be in a separate MR which will be trivial to approve. The rest here is likely going to be discussed a bit longer.