QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GstSourceFactory.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QString>
4#include <gst/gstelement.h>
5
7
10enum class JitterBuffer
11{
12 None,
14 Buffered,
15};
16
26
36GstElement* create(const QString& uri, const Config& config);
37
38} // namespace GStreamer::SourceFactory
Config config
struct _GstElement GstElement
GstElement * create(const QString &uri, const Config &config)
@ None
No rtpjitterbuffer element; lowest latency, no reordering.
@ Buffered
rtpjitterbuffer with drop-on-latency=FALSE.
@ DropOnLatency
rtpjitterbuffer with drop-on-latency=TRUE.