Skip to content

mpegtsmux: copy pcr_interval, pat_interval, si_interval to underlying txmux

Fixes #1238

When these properties are first set on mpegtsmyx, it also sets them in tsmux. However, when a new instance of tsmux is created, they were not copied.

Adding these three lines solves the problem.

Merge request reports