Skip to content

tsdemux: Handle PES headers bigger than a mpeg-ts packet

Edward Hervey requested to merge bilboed/gstreamer:multi-pes-header into main

While the actual PES header parser could notify us that it needed more data, we would never actually act on it.

This commit will accumulate incoming packets in such situation and re-attempt the header parsing.

Fixes #1027 (closed)

Merge request reports