Skip to content

mpegts: Check continuity counter on section streams

Edward Hervey requested to merge bilboed/gstreamer:ts-section-update into main

This wasn't really done, and is needed in order to detect potential section changes for sections that have got identical information (such as when switching between streams that have the same PAT/PMT pid and subtable information).

Other checks exist in tsbase to detect if the "new" PAT/PMT really is an update or not.

Merge request reports