Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgst.cpp File Reference

(d38395d27d6333ee5d2b40b6ca2c88c0396dffd7)

#include <common/qgst_p.h>
#include <common/qgst_debug_p.h>
#include <common/qgstpipeline_p.h>
#include <common/qgstreamermessage_p.h>
#include <QtCore/qdebug.h>
#include <QtMultimedia/qcameradevice.h>
#include <array>
#include <thread>
+ Include dependency graph for qgst.cpp:

Go to the source code of this file.

Classes

struct  QT_BEGIN_NAMESPACE::VideoFormat
 

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 

Functions

int QT_BEGIN_NAMESPACE::indexOfVideoFormat (QVideoFrameFormat::PixelFormat format)
 
int QT_BEGIN_NAMESPACE::indexOfVideoFormat (GstVideoFormat format)
 
static QSize qCalculateFrameSizeGStreamer (QSize resolution, Fraction par)
 
QString qGstErrorMessageCannotFindElement (std::string_view element)
 

Variables

constexpr std::array< VideoFormat, 19 > QT_BEGIN_NAMESPACE::qt_videoFormatLookup
 

Function Documentation

◆ qCalculateFrameSizeGStreamer()

static QSize qCalculateFrameSizeGStreamer ( QSize resolution,
Fraction par )
static

Definition at line 349 of file qgst.cpp.

◆ qGstErrorMessageCannotFindElement()

QString qGstErrorMessageCannotFindElement ( std::string_view element)

Definition at line 1490 of file qgst.cpp.