gst-plugins-rs/net/rtpav1
Sebastian Dröge 36861edf9a rtpav1pay: Use a VecDeque instead of a Vec for the queued OBUs
And use a `Vec` plus offset for consuming partial byte buffers.
Removing the first element from a `Vec` repeatedly is not very cheap.

Also simplify calculation of the current packet by removing a mostly
unused type and keeping track of the calculations always locally instead
of sometimes storing it in the element state.
2022-10-19 15:23:10 +03:00
..
src rtpav1pay: Use a VecDeque instead of a Vec for the queued OBUs 2022-10-19 15:23:10 +03:00
tests Update for GStreamer API changes 2022-10-18 19:26:52 +03:00
build.rs Add RTP de/payloader elements for AV1 2022-09-12 18:14:39 +03:00
Cargo.toml build: Update versions to be 0.9.0-alpha.1 2022-10-04 21:27:23 +05:30