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