From: Steinar H. Gunderson Date: Mon, 1 Jun 2020 10:19:42 +0000 (+0200) Subject: Remove a TODO that was fixed a while back. X-Git-Tag: 2.0.0~15 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=3d7ae61cc383a344b2458bd47ab13ce436311eb1 Remove a TODO that was fixed a while back. --- 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);