gst-plugins-rs/net
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
..
aws Use new format constructors 2022-10-18 10:36:59 +00:00
hlssink3 Use new format constructors 2022-10-18 10:36:59 +00:00
ndi Use new format constructors 2022-10-18 10:36:59 +00:00
onvif Update for GStreamer API changes 2022-10-18 19:26:52 +03:00
raptorq Use new format constructors 2022-10-18 10:36:59 +00:00
reqwest Use new format constructors 2022-10-18 10:36:59 +00:00
rtpav1 rtpav1pay: Use a VecDeque instead of a Vec for the queued OBUs 2022-10-19 15:23:10 +03:00
webrtc-http whipsink: Log error body along with status code when POST fails 2022-10-18 17:01:36 +02:00