gst-plugins-rs/net/webrtc/src
François Laignel 9f27bde36a aws: use fixed BehaviorVersion
Quoting [`BehaviorVersion` documentation]:

> Over time, new best-practice behaviors are introduced. However, these
> behaviors might not be backwards compatible. For example, a change which
> introduces new default timeouts or a new retry-mode for all operations might
> be the ideal behavior but could break existing applications.

This commit uses `BehaviorVersion::v2023_11_09()`, which is the latest
major version at the moment. When a new major version is released, the method
will be deprecated, which will warn us of the new version and let us decide
when to upgrade, after any changes if required. This is safer that using
`latest()` which would silently use a different major version, possibly
breaking existing code.

[`BehaviorVersion` documentation]: https://docs.rs/aws-config/1.1.8/aws_config/struct.BehaviorVersion.html

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1520>
2024-03-26 17:44:16 +01:00
..
aws_kvs_signaller aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00
janusvr_signaller webrtc: janus: handle 'hangup' messages from Janus 2024-03-13 10:14:38 +00:00
livekit_signaller livekit_signaller: Added missing getter for excluded-producer-peer-ids 2024-03-04 10:08:11 -07:00
signaller Update for GLib prelude re-organization 2024-02-03 12:30:15 +02:00
webrtcsink Fix clippy warnings after upgrade to Rust 1.77 2024-03-21 17:33:32 +00:00
webrtcsrc webrtcsrc: add do-retransmission property 2024-03-21 07:25:30 +00:00
whip_signaller webrtc: update further to WebRTCSessionDescription sdp accessor changes 2024-03-11 13:39:19 +01:00
lib.rs Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
utils.rs Use once_cell crate directly again 2024-01-31 18:07:57 +02:00