Commit 7343b0e2 by 景炳强

fixed ndi output name

parent cd71f366
...@@ -355,7 +355,7 @@ void DeckLinkInputPage::ObjectNameChanged(const QString& newName) ...@@ -355,7 +355,7 @@ void DeckLinkInputPage::ObjectNameChanged(const QString& newName)
START_SLOT_TIME_COUNTER START_SLOT_TIME_COUNTER
NDINameLabel->setText(QString("Output") + newName.at(newName.size() - 1)); NDINameLabel->setText(QString("Output") + newName.at(newName.size() - 1));
NDIOutput = std::make_shared<NDIOutputThread>(QString("NDI") + NDINameLabel->text(), 1920, 1080); NDIOutput = std::make_shared<NDIOutputThread>(NDINameLabel->text(), 1920, 1080);
//SelectedDevice.Get()->SetNDIOutputThread(NDIOutput); //SelectedDevice.Get()->SetNDIOutputThread(NDIOutput);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment