mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
0faa74b74d
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> |
||
---|---|---|
.. | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |