|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <gst/gstbin.h>
Include dependency graph for gstqgcvideosinkbin.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | _GstQgcVideoSinkBin |
Macros | |
| #define | GST_TYPE_QGC_VIDEO_SINK_BIN (gst_qgc_video_sink_bin_get_type()) |
Functions | |
| GstElement * | gst_qgc_video_sink_bin_get_appsink (GstQgcVideoSinkBin *self) |
| #define GST_TYPE_QGC_VIDEO_SINK_BIN (gst_qgc_video_sink_bin_get_type()) |
Definition at line 7 of file gstqgcvideosinkbin.h.
| GstElement * gst_qgc_video_sink_bin_get_appsink | ( | GstQgcVideoSinkBin * | self | ) |
Returns the internal appsink element with a ref. Caller unrefs (transfer-full, matching gst_bin_get_by_name semantics). Returns NULL if the bin is not fully constructed yet.
Definition at line 634 of file gstqgcvideosinkbin.cc.
Referenced by GstAppSinkAdapter::setup().