|
|
@ -138,7 +138,6 @@ newPadCB(GstElement* element, GstPad* pad, gpointer data) |
|
|
|
qCritical() << "newPadCB : failed to link elements\n"; |
|
|
|
qCritical() << "newPadCB : failed to link elements\n"; |
|
|
|
g_free(name); |
|
|
|
g_free(name); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
void |
|
|
|
void |
|
|
@ -146,6 +145,7 @@ VideoReceiver::_restart_timeout() |
|
|
|
{ |
|
|
|
{ |
|
|
|
qgcApp()->toolbox()->videoManager()->restartVideo(); |
|
|
|
qgcApp()->toolbox()->videoManager()->restartVideo(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// When we finish our pipeline will look like this:
|
|
|
|
// When we finish our pipeline will look like this:
|
|
|
|