Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f8182edd
Commit
f8182edd
authored
May 14, 2019
by
Matej Frančeškin
Browse files
Fixed MacOS build error
parent
7e2c88bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VideoStreaming/VideoReceiver.cc
View file @
f8182edd
...
...
@@ -138,7 +138,6 @@ newPadCB(GstElement* element, GstPad* pad, gpointer data)
qCritical
()
<<
"newPadCB : failed to link elements
\n
"
;
g_free
(
name
);
}
#endif
//-----------------------------------------------------------------------------
void
...
...
@@ -146,6 +145,7 @@ VideoReceiver::_restart_timeout()
{
qgcApp
()
->
toolbox
()
->
videoManager
()
->
restartVideo
();
}
#endif
//-----------------------------------------------------------------------------
// When we finish our pipeline will look like this:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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