mpegtsmux: Quieten "missed PCR" warnings in VBR mode.
authorJan Schmidt <jan@centricular.com>
Fri, 28 May 2021 20:03:26 +0000 (06:03 +1000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 15 Jul 2021 04:46:03 +0000 (04:46 +0000)
commit30e105561d537f0a00e93ac1fcc126f22b2d5e35
tree2083ca538a57c194ba6dfe9f223d0035dfd37d55
parentfdca97eca839d4e6c365ab98e8f8f6d877f860f1
mpegtsmux: Quieten "missed PCR" warnings in VBR mode.

When the muxer is operating in VBR mode, it's kind of expected
for now that we might not put the PCR in exactly the right place,
because the muxer doesn't schedule packets that way. In that case
don't warn constantly about the PCR ending up a few ms off target.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2295>
gst/mpegtsmux/tsmux/tsmux.c