Skip to content

videodecoder: Always prefer DTS as PTS if PTS is unknown

Seungha Yang requested to merge seungha.yang/gstreamer:vdec-pts-guess into main

Use given DTS value as the PTS instead of accumulating frame duration. The frame duration accumulation will be reliable only if it's very accuration, and if not, that will cause out of sync issue.

Merge request reports