Skip to content

rtpjitterbuffer: limit max-dropout-time to maxint32

Olivier Crête requested to merge ocrete/gst-plugins-good:max-drop-is-int into master

max-dropout-time gets cast to int32 so any value over MAXINT32 gets considered as negative and is silently ignored.

Merge request reports