gst-plugins-rs/net
Mathieu Duponchelle 66727188cf net/aws: fix sanity check in transcribe loop
When we receive a new alternative we want to avoid iterating out of
bounds, but the comparison between the current index and the length of
the alternative should not log an error when partial_index == length, as
Vec::drain(length..) is valid, and it is completely valid for AWS to
send us a new alternative with as many items as we have already
dequeued.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1751>
2024-08-26 11:37:08 +02:00
..
aws net/aws: fix sanity check in transcribe loop 2024-08-26 11:37:08 +02:00
hlssink3 hlssink3: Use fragment duration from splitmuxsink if available 2024-08-22 15:13:21 +00:00
mpegtslive mpegtslivesrc: Handle PCR discontinuities as errors for now 2024-08-14 12:34:18 +00:00
ndi ndisrc: Move timestamp handling from demuxer to source 2024-08-16 06:07:35 +00:00
onvif Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
quinn net/quinn: Fix generation of self signed certificate 2024-07-12 12:26:54 +05:30
raptorq Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
reqwest Fix various 1.80 clippy warnings 2024-08-05 14:14:17 +03:00
rtp rtp: mp4gpay: Don't set seqnum-base on the caps 2024-08-10 08:06:40 +00:00
rtsp Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
webrtc net/webrtc: Add missing npm command to README 2024-08-22 15:46:28 +02:00
webrtchttp Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00