QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
_Qt6GLVideoItemPrivate Struct Reference
+ Collaboration diagram for _Qt6GLVideoItemPrivate:

Public Attributes

GMutex lock
 
gboolean force_aspect_ratio
 
gint par_n
 
gint par_d
 
GWeakRef sink
 
gint display_width
 
gint display_height
 
GstBuffer * buffer
 
GstCaps * new_caps
 
GstCaps * caps
 
GstVideoInfo new_v_info
 
GstVideoInfo v_info
 
gboolean initted
 
GstGLDisplay * display
 
QOpenGLContext * qt_context
 
GstGLContext * other_context
 
GstGLContext * context
 
GQueue bound_buffers
 
GQueue potentially_unbound_buffers
 
GstQSG6OpenGLNodem_node
 

Detailed Description

Definition at line 59 of file qt6glitem.cc.

Member Data Documentation

◆ bound_buffers

GQueue _Qt6GLVideoItemPrivate::bound_buffers

Definition at line 85 of file qt6glitem.cc.

Referenced by Qt6GLVideoItem::updatePaintNode().

◆ buffer

GstBuffer* _Qt6GLVideoItemPrivate::buffer

◆ caps

GstCaps* _Qt6GLVideoItemPrivate::caps

◆ context

GstGLContext* _Qt6GLVideoItemPrivate::context

◆ display

GstGLDisplay* _Qt6GLVideoItemPrivate::display

◆ display_height

gint _Qt6GLVideoItemPrivate::display_height

Definition at line 70 of file qt6glitem.cc.

Referenced by _calculate_par(), and Qt6GLVideoItem::updatePaintNode().

◆ display_width

gint _Qt6GLVideoItemPrivate::display_width

Definition at line 69 of file qt6glitem.cc.

Referenced by _calculate_par(), and Qt6GLVideoItem::updatePaintNode().

◆ force_aspect_ratio

gboolean _Qt6GLVideoItemPrivate::force_aspect_ratio

Definition at line 64 of file qt6glitem.cc.

Referenced by Qt6GLVideoItem::updatePaintNode().

◆ initted

gboolean _Qt6GLVideoItemPrivate::initted

Definition at line 78 of file qt6glitem.cc.

Referenced by Qt6GLVideoItem::updatePaintNode().

◆ lock

◆ m_node

GstQSG6OpenGLNode* _Qt6GLVideoItemPrivate::m_node

◆ new_caps

GstCaps* _Qt6GLVideoItemPrivate::new_caps

◆ new_v_info

GstVideoInfo _Qt6GLVideoItemPrivate::new_v_info

◆ other_context

GstGLContext* _Qt6GLVideoItemPrivate::other_context

◆ par_d

gint _Qt6GLVideoItemPrivate::par_d

Definition at line 65 of file qt6glitem.cc.

Referenced by _calculate_par().

◆ par_n

gint _Qt6GLVideoItemPrivate::par_n

Definition at line 65 of file qt6glitem.cc.

Referenced by _calculate_par().

◆ potentially_unbound_buffers

GQueue _Qt6GLVideoItemPrivate::potentially_unbound_buffers

Definition at line 90 of file qt6glitem.cc.

Referenced by Qt6GLVideoItem::updatePaintNode().

◆ qt_context

QOpenGLContext* _Qt6GLVideoItemPrivate::qt_context

Definition at line 80 of file qt6glitem.cc.

Referenced by Qt6GLVideoItemInterface::initWinSys().

◆ sink

GWeakRef _Qt6GLVideoItemPrivate::sink

Definition at line 67 of file qt6glitem.cc.

Referenced by Qt6GLVideoItemInterface::setSink().

◆ v_info

GstVideoInfo _Qt6GLVideoItemPrivate::v_info

Definition at line 76 of file qt6glitem.cc.

Referenced by Qt6GLVideoItemInterface::setBuffer().


The documentation for this struct was generated from the following file: