21 Nov
2023
21 Nov
'23
11:01 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4450#note_53042