Unverified Commit 28546b72 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8366 from andrewvoznytsa/pr-DISABLE_VIDEOSTREAMING-fix2

Fix DISABLE_VIDEOSTREAMING (once more)
parents 98f8bb2e d04193a3
......@@ -907,6 +907,7 @@ VideoReceiver::setVideoSink(GstElement* videoSink)
// we are adding these elements-> +->teepad-->queue-->_filesink |
// | |
// +------------------------+
#if defined(QGC_GST_STREAMING)
GstElement*
VideoReceiver::_makeFileSink(const QString& videoFile, unsigned format)
{
......@@ -988,6 +989,7 @@ VideoReceiver::_makeFileSink(const QString& videoFile, unsigned format)
return fileSink;
}
#endif
void
VideoReceiver::startRecording(const QString &videoFile)
......
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