Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MomentaMedia
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
景炳强
MomentaMedia
Commits
b821bd3e
Commit
b821bd3e
authored
Jan 10, 2023
by
景炳强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed ndi output name
parent
df619472
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
MomentaMedia/src/BlackMagicDesign/DeckLinkInputPage.cpp
+1
-1
No files found.
MomentaMedia/src/BlackMagicDesign/DeckLinkInputPage.cpp
View file @
b821bd3e
...
...
@@ -354,7 +354,7 @@ void DeckLinkInputPage::ObjectNameChanged(const QString& newName)
START_SLOT_TIME_COUNTER
NDINameLabel
->
setText
(
QString
(
"Output"
)
+
newName
.
at
(
newName
.
size
()
-
1
));
NDIOutput
=
std
::
make_unique
<
NDIOutputThread
>
(
QString
(
"NDI"
)
+
NDINameLabel
->
text
(),
1920
,
1080
);
NDIOutput
=
std
::
make_unique
<
NDIOutputThread
>
(
NDINameLabel
->
text
(),
1920
,
1080
);
connect
(
Capture
.
get
(),
SIGNAL
(
PushFrame
(
std
::
shared_ptr
<
Image
>
)),
NDIOutput
.
get
(),
SLOT
(
AddFrame
(
std
::
shared_ptr
<
Image
>
)));
END_SLOT_TIME_COUNTER
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment