QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GstHw::MapDiagnostics Struct Reference

One-shot warning flags per failure cause; paths with extra causes (D3D, IOSurface) derive and add members. More...

#include <GstHwVideoBuffer.h>

Public Attributes

std::atomic< bool > loggedFirstSuccess {false}
 
std::atomic< bool > loggedNullSample {false}
 
std::atomic< bool > loggedWrongThread {false}
 
std::atomic< bool > loggedBadBackend {false}
 
std::atomic< bool > loggedNullBuffer {false}
 
std::atomic< bool > loggedTextureCreateFail {false}
 

Detailed Description

One-shot warning flags per failure cause; paths with extra causes (D3D, IOSurface) derive and add members.

Definition at line 19 of file GstHwVideoBuffer.h.

Member Data Documentation

◆ loggedBadBackend

std::atomic<bool> GstHw::MapDiagnostics::loggedBadBackend {false}

Definition at line 24 of file GstHwVideoBuffer.h.

Referenced by GstHwVideoBuffer::checkMapPreconditions().

◆ loggedFirstSuccess

std::atomic<bool> GstHw::MapDiagnostics::loggedFirstSuccess {false}

Definition at line 21 of file GstHwVideoBuffer.h.

◆ loggedNullBuffer

std::atomic<bool> GstHw::MapDiagnostics::loggedNullBuffer {false}

Definition at line 25 of file GstHwVideoBuffer.h.

Referenced by GstHwVideoBuffer::checkMapPreconditions().

◆ loggedNullSample

std::atomic<bool> GstHw::MapDiagnostics::loggedNullSample {false}

Definition at line 22 of file GstHwVideoBuffer.h.

Referenced by GstHwVideoBuffer::checkMapPreconditions().

◆ loggedTextureCreateFail

std::atomic<bool> GstHw::MapDiagnostics::loggedTextureCreateFail {false}

Definition at line 26 of file GstHwVideoBuffer.h.

◆ loggedWrongThread

std::atomic<bool> GstHw::MapDiagnostics::loggedWrongThread {false}

Definition at line 23 of file GstHwVideoBuffer.h.

Referenced by GstHwVideoBuffer::checkMapPreconditions().


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