Skip to content

mpegtsdemux: Deliver all packets to tsparse

34af8ed6 changed the code to use the packetizer's packets instead of the incoming buffers, but mpegtsbase didn't actually push all packets to the subclass. As a result, padding (PID 0x1FFF) packets got lost.

Add a new boolean to toggle pushing unknown packets to mpegtsbase and have mpegtsparse make use of it.

/cc @vivia

Merge request reports