Skip to content

rtpbuffer: bind length calculation API

Mathieu Duponchelle requested to merge meh/gstreamer-rs:rtp_buffer_more_api into main

Bind those as associated functions on the generic type, this requires calling them with eg:

gst_rtp::RTPBuffer::<()>::calc_payload_len(mtu, 0, 0)

Merge request reports