gst-plugins-rs/net/rtp/src
Martin Nordholts 5d7e068a8b 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/1522>
2024-03-27 15:08:23 +00:00
..
av1 rtp: Port RTP AV1 payloader/depayloader to new base classes 2024-03-06 09:40:35 +00:00
baseaudiopay rtp: Add PCMU/PCMA RTP payloader / depayloader elements 2024-02-23 14:43:45 +02:00
basedepay Fix clippy warnings after upgrade to Rust 1.77 2024-03-21 17:33:32 +00:00
basepay rtp: Add PCMU/PCMA RTP payloader / depayloader elements 2024-02-23 14:43:45 +02:00
gcc rtpgccbwe: Add increasing_duration and counter to existing gst::log!() 2024-03-27 15:08:23 +00:00
mp2t rtp: m2pt: add some unit tests 2024-03-16 10:07:37 +00:00
pcmau rtp: tests: Simplify loop 2024-03-10 16:47:30 +08:00
audio_discont.rs rtp: Add PCMU/PCMA RTP payloader / depayloader elements 2024-02-23 14:43:45 +02:00
lib.rs rtp: Add MPEG-TS RTP payloader 2024-03-16 10:07:37 +00:00
tests.rs rtp: Add PCMU/PCMA RTP payloader / depayloader elements 2024-02-23 14:43:45 +02:00