QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
gstqgcvideosinkbin.h File Reference
#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

GstElementgst_qgc_video_sink_bin_get_appsink (GstQgcVideoSinkBin *self)
 

Macro Definition Documentation

◆ GST_TYPE_QGC_VIDEO_SINK_BIN

#define GST_TYPE_QGC_VIDEO_SINK_BIN   (gst_qgc_video_sink_bin_get_type())

Definition at line 7 of file gstqgcvideosinkbin.h.

Function Documentation

◆ gst_qgc_video_sink_bin_get_appsink()

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().