Skip to content

WIP: rtpjitterbuffer: Added flag for disabling pt checks on individual buffers

Dimitrios Katsaros requested to merge Dmt/gst-plugins-good:check-pt into master

There are certain rtp streams e.g. audio bluetooth, where devices can present streams with a certain payload type, but the pt on the rtp packages are wrong/different. Although ideally the stream provider should be fixed to conform to the standard, this allows us to still be able to handle problematic streams.

Edited by Tim-Philipp Müller

Merge request reports