aboutsummaryrefslogtreecommitdiff
path: root/plugins/rtp
diff options
context:
space:
mode:
authorMarvin W <git@larma.de>2022-02-09 23:52:47 +0100
committerMarvin W <git@larma.de>2022-02-09 23:58:54 +0100
commit28248607f03bfd3e5fc6b29e0528edfd4f04a601 (patch)
treeda8b17bdf223758306fc300e9b98d6b48218ceb7 /plugins/rtp
parent7718def74d46ee29c64d0fd2c0e84f9776012043 (diff)
downloaddino-28248607f03bfd3e5fc6b29e0528edfd4f04a601.tar.gz
dino-28248607f03bfd3e5fc6b29e0528edfd4f04a601.zip
DTLS: Handle DTLS fingerprint in transport-info before session-accept
Diffstat (limited to 'plugins/rtp')
-rw-r--r--plugins/rtp/src/stream.vala2
1 files changed, 1 insertions, 1 deletions
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);
}
}