Skip to content

baseparse: Don't copy invalid DTS to the PTS

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

We were checking to make sure the buffer's DTS wouldn't be after its PTS. However, the check would also trigger when DTS is NONE, which is e.g. in the case of some broken cameras.

Fixes #470 (closed)

Merge request reports