Skip to content

tsdemux: Skew correction should use the upstream DTS

Jan Schmidt requested to merge thaytan/gst-plugins-bad:mpegts-skew-fix into master

The MPEG-TS packetiser should use the upstream DTS for skew correction when running in that mode, as the DTS carries the upstream arrival time. The PTS (if it's set at all) is less useful, and can be invalid.

Merge request reports