From e768c40e1122c4a8ef8785aef6a07044f6e869e1 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Fri, 11 Feb 2022 19:55:19 +0100 Subject: RTP: Make codec and hardware support compile-time configurable --- plugins/rtp/src/stream.vala | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/rtp/src/stream.vala') diff --git a/plugins/rtp/src/stream.vala b/plugins/rtp/src/stream.vala index 25a1ed2c..ef9ffe96 100644 --- a/plugins/rtp/src/stream.vala +++ b/plugins/rtp/src/stream.vala @@ -505,7 +505,6 @@ public class Dino.Plugins.Rtp.Stream : Xmpp.Xep.JingleRtp.Stream { buffer_seq = rtp_buffer.get_seq(); rtp_buffer.unmap(); } - debug("Received RTP %s buffer seq %u with SSRC %u", media, buffer_seq, buffer_ssrc); } #endif if (push_recv_data) { -- cgit v1.2.3