gst-plugins-rs/net/rtp
Martin Nordholts 0faa74b74d 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/1531>
2024-04-08 15:18:03 +03:00
..
src rtpgccbwe: Add increasing_duration and counter to existing gst::log!() 2024-04-08 15:18:03 +03:00
tests rtpav1pay: Consider the marker flag to output packets immediately at the end of a frame 2023-02-02 20:24:27 +02:00
build.rs Rename rtpav1 plugin to just rtp 2022-10-23 20:04:43 +03:00
Cargo.toml rtp: gccbwe: don't break downstream assumptions pushing buffer lists 2024-03-21 13:30:20 +02:00