mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-01 16:01:01 +00:00
rtpgccbwe: Also log self.measure
in overuse_filter()
Also log `self.measure` in overuse_filter() since tracking `self.measure` over time help a lot in making sense of `self.estimate` (and `amplified_estimate`). Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1582>
This commit is contained in:
parent
be72988545
commit
d0dc85293d
1 changed files with 2 additions and 1 deletions
|
@ -646,8 +646,9 @@ impl Detector {
|
||||||
}
|
}
|
||||||
gst::log!(
|
gst::log!(
|
||||||
CAT,
|
CAT,
|
||||||
"{:?} - self.estimate {} - estimate: {} - th: {} - inc_dur: {} - inc_cnt: {}",
|
"{:?} - measure: {} - estimate: {} - amp_est: {} - th: {} - inc_dur: {} - inc_cnt: {}",
|
||||||
th_usage,
|
th_usage,
|
||||||
|
self.measure,
|
||||||
self.estimate,
|
self.estimate,
|
||||||
amplified_estimate,
|
amplified_estimate,
|
||||||
self.threshold,
|
self.threshold,
|
||||||
|
|
Loading…
Reference in a new issue