Skip to content

mpegtsmux: Avoid infinite recursion writing PCR packets

Jan Schmidt requested to merge thaytan/gstreamer:mpegtsmux-pcr-recursion into main

If scheduling a PCR packet from tsmux_packet_out(), or already writing one, don't do the PCR checks that can recurse infinitely and crash.

Merge request reports