Skip to content

rtpbasedepayload: Add max-reorder property

Håvard Graff requested to merge hgr/gst-plugins-base:max-reorder-prop into master

Add max-reorder property to make the old hard coded reordering limit of 100 configurable. It's particularly useful in some scenarios to set max-reorder=0 to disable the behavior that the depayloader will drop packets.

Note that altough the default value is 100, the default limit has increased with one because of the changed if-test. This was done to allow the max-reorder value to be more intuitive. See tests.

Merge request reports