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
qgstvideorenderersink.cpp File Reference

(ab289ee959e171d352472671f2efa8d7f71623b4)

#include "qgstvideorenderersink_p.h"
#include <QtMultimedia/qvideoframe.h>
#include <QtMultimedia/qvideosink.h>
#include <QtMultimedia/private/qvideoframe_p.h>
#include <QtGui/rhi/qrhi.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdebug.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/private/qfactoryloader_p.h>
#include <QtCore/private/quniquehandle_p.h>
#include <common/qgst_debug_p.h>
#include <common/qgstreamermetadata_p.h>
#include <common/qgstreamervideosink_p.h>
#include <common/qgstutils_p.h>
#include <common/qgstvideobuffer_p.h>
#include <gst/video/video.h>
#include <gst/video/gstvideometa.h>
Include dependency graph for qgstvideorenderersink.cpp:

Go to the source code of this file.

Macros

#define VO_SINK(s)

Functions

 Q_STATIC_LOGGING_CATEGORY (qLcGstVideoRenderer, "qt.multimedia.gstvideorenderer")

Variables

static GstVideoSinkClass * gvrs_sink_parent_class
static thread_local QGstreamerVideoSinkgvrs_current_sink

Macro Definition Documentation

◆ VO_SINK

#define VO_SINK ( s)
Value:
GLdouble s
[6]
Definition qopenglext.h:235
GLsizei GLenum GLboolean sink

Definition at line 402 of file qgstvideorenderersink.cpp.

Function Documentation

◆ Q_STATIC_LOGGING_CATEGORY()

Q_STATIC_LOGGING_CATEGORY ( qLcGstVideoRenderer ,
"qt.multimedia.gstvideorenderer"  )

Variable Documentation

◆ gvrs_current_sink

thread_local QGstreamerVideoSink * gvrs_current_sink
static

Definition at line 400 of file qgstvideorenderersink.cpp.

◆ gvrs_sink_parent_class

GstVideoSinkClass * gvrs_sink_parent_class
static

Definition at line 399 of file qgstvideorenderersink.cpp.