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
19namespace GstGlContextBridge {
20
24bool prime();
25
30GstBusSyncReply handleSyncMessage(GstMessage *message);
31
35bool answerContextQuery(GstQuery *query);
36
41void reset();
42
44void rearm();
45
46} // namespace GstGlContextBridge
47
48#endif // QGC_HAS_GST_GLMEMORY_GPU_PATH