Skip to content

mpegtsdemux: Fix off by one error

Edward Hervey requested to merge bilboed/gst-plugins-bad:tsdemux-off1 into master

Turns out timestamps of zero are valid :) Fixes issues with streams where the PTS/DTS would be equal to the first PCR.

Merge request reports