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/1566>
This commit is contained in:
Martin Nordholts 2024-05-02 17:03:04 +02:00 committed by Thibault Saunier
parent d9aa0731f4
commit 71e9c2bb04

View file

@ -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,