Skip to content

rtpav1pay: Fix Leb128Bytes size parsing

Seungha Yang requested to merge seungha.yang/gst-plugins-rs:rtpav1pay-fix into main

There are multiple ways of encoding the value, and don't assume that bitstream used the way used in this plugin. Instead, count the number of used bytes.

Fixes: #312 (closed)

Merge request reports