|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <QtCore/QLoggingCategory>#include <QtCore/QMutex>#include <QtCore/QQueue>#include <QtCore/QThread>#include <QtCore/QTimer>#include <QtCore/QWaitCondition>#include <glib.h>#include <gst/gstelement.h>#include <gst/gstpad.h>#include "VideoReceiver.h"
Include dependency graph for GstVideoReceiver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GstVideoWorker |
| class | GstVideoReceiver |
Typedefs | |
| typedef std::function< void()> | Task |
| typedef struct _GstElement | GstElement |
| typedef struct _GstElement GstElement |
Definition at line 44 of file GstVideoReceiver.h.
| typedef std::function<void()> Task |
Definition at line 18 of file GstVideoReceiver.h.