Skip to content

baseparse: Make sure PTS >= DTS

Vivia Nikolaidou requested to merge vivia/gstreamer:baseparse_sanity into master

If, for example, we are accumulating rounding errors from the buffer duration when calculating the PTS/DTS, it can happen that the buffer thinks it should be presented before it's decoded. In that case we just clamp the DTS.

Merge request reports