Commit f8182edd authored by Matej Frančeškin's avatar Matej Frančeškin

Fixed MacOS build error

parent 7e2c88bd
......@@ -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:
......
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