From 28248607f03bfd3e5fc6b29e0528edfd4f04a601 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Wed, 9 Feb 2022 23:52:47 +0100 Subject: DTLS: Handle DTLS fingerprint in transport-info before session-accept --- plugins/rtp/src/stream.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/rtp') diff --git a/plugins/rtp/src/stream.vala b/plugins/rtp/src/stream.vala index 2a236533..25a1ed2c 100644 --- a/plugins/rtp/src/stream.vala +++ b/plugins/rtp/src/stream.vala @@ -317,7 +317,7 @@ public class Dino.Plugins.Rtp.Stream : Xmpp.Xep.JingleRtp.Stream { rtp_buffer.unmap(); } if (our_ssrc != buffer_ssrc) { - warning("Sending RTP %s buffer seq %u with SSRC %u when our ssrc is %u", media, buffer_seq, buffer_ssrc, our_ssrc); + warning_once("Sending RTP %s buffer seq %u with SSRC %u when our ssrc is %u", media, buffer_seq, buffer_ssrc, our_ssrc); } } -- cgit v1.2.3-54-g00ecf