QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GstGlContextBridge.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/qglobal.h>
4
5#if defined(QGC_HAS_GST_GLMEMORY_GPU_PATH)
6
7#include <gst/gst.h>
8
11namespace GstGlContextBridge {
12
14bool prime();
15
18GstBusSyncReply handleSyncMessage(GstMessage* message);
19
21bool answerContextQuery(GstQuery* query);
22
24void reset();
25
27void rearm();
28
29} // namespace GstGlContextBridge
30
31#endif // QGC_HAS_GST_GLMEMORY_GPU_PATH