Skip to content

WIP:gstrtpjitterbuffer: QoS message when dropping late packets

Simon Arnling Bååth requested to merge sbaath/gst-plugins-good:qos_msg into master

When dropping packets gstreamer elements should signal this with QoS events. This commit adds QoS messages for when gstrtpjitterbuffer drops incoming rtp packets it considers late. Applications can listen to these messages on the bus and which enables actions to be taken when packets are dropped due to high network jitter.

Merge request reports