gst-plugins-rs/net/aws/src
Mathieu Duponchelle 6eac72d78c 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/1752>
2024-08-26 11:52:10 +01:00
..
s3hlssink Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
s3sink Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
s3src Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
transcribe_parse Update for new debug log macro syntax 2024-07-08 11:25:23 +03:00
transcriber net/aws: fix sanity check in transcribe loop 2024-08-26 11:52:10 +01:00
lib.rs aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00
s3url.rs aws: Update to base32 0.5 2024-05-17 07:50:51 +00:00
s3utils.rs aws: use DisplayErrorContext when displaying SDK errors 2024-06-26 10:47:10 +02:00