|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <GstVideoReceiver.h>
Inheritance diagram for GstVideoWorker:
Collaboration diagram for GstVideoWorker:Public Member Functions | |
| GstVideoWorker (QObject *parent=nullptr) | |
| ~GstVideoWorker () | |
| bool | needDispatch () const |
| void | dispatch (Task task) |
| void | shutdown () |
Definition at line 22 of file GstVideoReceiver.h.
|
explicit |
Definition at line 1472 of file GstVideoReceiver.cc.
| GstVideoWorker::~GstVideoWorker | ( | ) |
Definition at line 1478 of file GstVideoReceiver.cc.
| void GstVideoWorker::dispatch | ( | Task | task | ) |
Definition at line 1488 of file GstVideoReceiver.cc.
Referenced by shutdown(), GstVideoReceiver::start(), GstVideoReceiver::startDecoding(), GstVideoReceiver::startRecording(), GstVideoReceiver::stop(), GstVideoReceiver::stopDecoding(), GstVideoReceiver::stopRecording(), and GstVideoReceiver::takeScreenshot().
| bool GstVideoWorker::needDispatch | ( | ) | const |
Definition at line 1483 of file GstVideoReceiver.cc.
Referenced by shutdown().
| void GstVideoWorker::shutdown | ( | ) |
Definition at line 1495 of file GstVideoReceiver.cc.
References dispatch(), and needDispatch().
Referenced by GstVideoReceiver::~GstVideoReceiver().