|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <gstqsg6glnode.h>
Inheritance diagram for GstQSG6OpenGLNode:
Collaboration diagram for GstQSG6OpenGLNode:Public Member Functions | |
| GstQSG6OpenGLNode (QQuickItem *item) | |
| ~GstQSG6OpenGLNode () | |
| QSGTexture * | texture () const override |
| void | setCaps (GstCaps *caps) |
| void | setBuffer (GstBuffer *buffer) |
| GstBuffer * | getBuffer () |
| void | updateQSGTexture () |
Definition at line 33 of file gstqsg6glnode.h.
| GstQSG6OpenGLNode::GstQSG6OpenGLNode | ( | QQuickItem * | item | ) |
Definition at line 31 of file gstqsg6glnode.cc.
References GST_CAT_DEFAULT.
| GstQSG6OpenGLNode::~GstQSG6OpenGLNode | ( | ) |
Definition at line 50 of file gstqsg6glnode.cc.
| GstBuffer * GstQSG6OpenGLNode::getBuffer | ( | ) |
Definition at line 79 of file gstqsg6glnode.cc.
Referenced by Qt6GLVideoItem::updatePaintNode().
| void GstQSG6OpenGLNode::setBuffer | ( | GstBuffer * | buffer | ) |
Definition at line 91 of file gstqsg6glnode.cc.
References texture().
Referenced by Qt6GLVideoItem::updatePaintNode().
| void GstQSG6OpenGLNode::setCaps | ( | GstCaps * | caps | ) |
Definition at line 67 of file gstqsg6glnode.cc.
Referenced by Qt6GLVideoItem::updatePaintNode().
|
override |
Definition at line 60 of file gstqsg6glnode.cc.
Referenced by setBuffer().
| void GstQSG6OpenGLNode::updateQSGTexture | ( | ) |