14 May
2025
14 May
'25
5:05 a.m.
Rémi Bernon (@rbernon) commented about dlls/winegstreamer/wg_transform.c:
buffer_add_video_meta(buffer, &video_info); }
+ /* we perform DTS first as it should never be later than PTS, so any required timestamp offset should be the maximum here */ + if (sample->flags & WG_SAMPLE_FLAG_HAS_DTS)
I'm still not convinced DTS is useful to pass around. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7623#note_103301