QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
gstqgcvideosinkbin.h
Go to the documentation of this file.
1#pragma once
2
3#include <gst/gstbin.h>
4
5G_BEGIN_DECLS
6
7#define GST_TYPE_QGC_VIDEO_SINK_BIN (gst_qgc_video_sink_bin_get_type())
8G_DECLARE_FINAL_TYPE (GstQgcVideoSinkBin, gst_qgc_video_sink_bin, GST, QGC_VIDEO_SINK_BIN, GstBin)
9
26
30GstElement *gst_qgc_video_sink_bin_get_appsink(GstQgcVideoSinkBin *self);
31
32G_END_DECLS
struct _GstElement GstElement
GstElement * gst_qgc_video_sink_bin_get_appsink(GstQgcVideoSinkBin *self)