gst-plugins-rs/net
Martin Nordholts 5d7e068a8b rtpgccbwe: Add increasing_duration and counter to existing gst::log!()
Add `self.increasing_duration` and `self.increasing_counter`
to logs to provide more details of why `overuse_filter()`
determines overuse of network.

To get access to the latest values of those fields we need
to move down the log call. But that is fine, since no other
logged data is modified between the old and new location of
`gst::log!()`.

We do not bother logging `self.last_overuse_estimate` since
that is simply the previously logged value of `estimate`. We
must put the log call before we write the latest value to it
though, in case we want to log it in the future.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1522>
2024-03-27 15:08:23 +00:00
..
aws aws: improve error message logs 2024-03-26 20:05:32 +01:00
hlssink3 Use workspace features for crates metadata/deps 2024-02-05 15:34:31 +01:00
ndi Fix a couple of compiler/clippy warnings with `--no-default-features` 2024-02-08 13:02:55 +02:00
onvif Use workspace features for crates metadata/deps 2024-02-05 15:34:31 +01:00
raptorq Use workspace features for crates metadata/deps 2024-02-05 15:34:31 +01:00
reqwest reqwest: Update to reqwest 0.12 2024-03-23 14:30:31 +02:00
rtp rtpgccbwe: Add increasing_duration and counter to existing gst::log!() 2024-03-27 15:08:23 +00:00
rtsp Fix clippy warnings after upgrade to Rust 1.77 2024-03-21 17:33:32 +00:00
webrtc aws: use fixed BehaviorVersion 2024-03-26 17:44:16 +01:00
webrtchttp Fix clippy warnings after upgrade to Rust 1.77 2024-03-21 17:33:32 +00:00