Skip to content

tsdemux: Handle PCR-less streams

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

Some programs specify a PCR PID but don't actually store any PCR values, or are way too far apart.

In order to gracefully handle those situations, we will queue up to a certain amount of pending buffers before deciding to give up on that PCR PID and not use any (i.e. using DTS/PTS values as-is)

Fixes #1629 (closed)

Merge request reports