mpegtsmux: should copy pcr-interval, pat-interval, si-interval to underlying tsmux
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.
Edited by Tim-Philipp Müller