Skip to content

mpegts: Add a property to ignore broken PCR streams

Edward Hervey requested to merge bilboed/gst-plugins-bad:ts-pcr into master

Some mpeg-ts (HLS, DVB, ...) streams out there have completely broken PCR streams on which we can't reliably recover correct timestamps.

For those, provide a property that will ignore the program PCR stream (by faking that it's not present (0x1fff)).

Merge request reports