|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <gstqgcvideosinkbin.h>
Public Attributes | |
| GstBin | parent |
| GstElement * | videoconvert |
| GstElement * | glupload |
| GstElement * | appsink |
| GstElement * | par_capsfilter |
| gboolean | gpu_zerocopy |
| gchar * | conversion_element |
| gboolean | disable_par |
Definition at line 10 of file gstqgcvideosinkbin.h.
| GstElement* _GstQgcVideoSinkBin::appsink |
Definition at line 15 of file gstqgcvideosinkbin.h.
| gchar* _GstQgcVideoSinkBin::conversion_element |
Construct-only override for the CPU branch's videoconvert factory. Empty/NULL means auto-probe (SoC-native imxvideoconvert_g2d / nvvidconv → videoconvert).
Definition at line 23 of file gstqgcvideosinkbin.h.
| gboolean _GstQgcVideoSinkBin::disable_par |
Definition at line 24 of file gstqgcvideosinkbin.h.
| GstElement* _GstQgcVideoSinkBin::glupload |
Definition at line 14 of file gstqgcvideosinkbin.h.
| gboolean _GstQgcVideoSinkBin::gpu_zerocopy |
Definition at line 20 of file gstqgcvideosinkbin.h.
| GstElement* _GstQgcVideoSinkBin::par_capsfilter |
PAR=1/1 capsfilter inserted between videoconvert and appsink on the CPU branch. Suppressed when the disable-par construct property is TRUE (workaround for v4l2 drivers without VIDIOC_CROPCAP that deadlock negotiation when PAR is forced).
Definition at line 19 of file gstqgcvideosinkbin.h.
| GstBin _GstQgcVideoSinkBin::parent |
Definition at line 12 of file gstqgcvideosinkbin.h.
| GstElement* _GstQgcVideoSinkBin::videoconvert |
Definition at line 13 of file gstqgcvideosinkbin.h.