Browse Source

Fix Taisync support

QGC4.4
Andrew Voznytsa 5 years ago
parent
commit
387a000d5d
  1. 4
      src/VideoManager/VideoManager.cc

4
src/VideoManager/VideoManager.cc

@ -34,6 +34,10 @@ @@ -34,6 +34,10 @@
#include "GLVideoItemStub.h"
#endif
#ifdef QGC_GST_TAISYNC_ENABLED
#include "TaisyncHandler.h"
#endif
QGC_LOGGING_CATEGORY(VideoManagerLog, "VideoManagerLog")
#if defined(QGC_GST_STREAMING)

Loading…
Cancel
Save