From 3d7ae61cc383a344b2458bd47ab13ce436311eb1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 1 Jun 2020 12:19:42 +0200 Subject: [PATCH] Remove a TODO that was fixed a while back. --- nageru/mixer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nageru/mixer.cpp b/nageru/mixer.cpp index 2911dae..0efed5a 100644 --- a/nageru/mixer.cpp +++ b/nageru/mixer.cpp @@ -1615,7 +1615,6 @@ void Mixer::handle_hotplugged_cards() #ifdef HAVE_SRT // Same, for SRT inputs. - // TODO: On disconnect and reconnect, we might want to use the stream ID for (SRTSOCKET sock : hotplugged_srt_cards_copy) { char name[256]; int namelen = sizeof(name); -- 2.39.2