mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-28 22:41:02 +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!(
|
||||
CAT,
|
||||
"{:?} - self.estimate {} - estimate: {} - th: {} - inc_dur: {} - inc_cnt: {}",
|
||||
"{:?} - measure: {} - estimate: {} - amp_est: {} - th: {} - inc_dur: {} - inc_cnt: {}",
|
||||
th_usage,
|
||||
self.measure,
|
||||
self.estimate,
|
||||
amplified_estimate,
|
||||
self.threshold,
|
||||
|
|
Loading…
Reference in a new issue