Skip to content

rtcpbuffer: Allow padding on first reduced size packets

Thibault Saunier requested to merge thiblahute/gstreamer:rtcp_padding into main

It is valid to have the padding set to 1 on the first packet and it happens very often from TWCC packets coming from libwebrtc. This means that we were totally ignoring many TWCC packets.

Edited by Thibault Saunier

Merge request reports