Skip to content

Commit ac679f7

Browse files
authored
Use the rtp_sender_ports list to create the relevant sender controls (sony#495)
1 parent 079620d commit ac679f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Development/nmos-cpp-node/node_implementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ void node_implementation_init(nmos::node_model& model, nmos::experimental::contr
16531653
int count = 0;
16541654
for (int index = 0; index < how_many; ++index)
16551655
{
1656-
for (const auto& port : rtp_receiver_ports)
1656+
for (const auto& port : rtp_sender_ports)
16571657
{
16581658

16591659
const auto sender_id = impl::make_id(seed_id, nmos::types::sender, port, index);

0 commit comments

Comments
 (0)