Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgstsubtitlesink.cpp File Reference

(29fd2a4e263a1f6c46632844f12d3c37c25c3025)

#include <QDebug>
#include <QThread>
#include <QEvent>
#include "qgstreamervideosink_p.h"
#include "qgstsubtitlesink_p.h"
+ Include dependency graph for qgstsubtitlesink.cpp:

Go to the source code of this file.

Macros

#define ST_SINK(s)   QGstSubtitleSink *sink(reinterpret_cast<QGstSubtitleSink *>(s))
 

Variables

static QT_BEGIN_NAMESPACE GstBaseSinkClass * gst_sink_parent_class
 
static thread_local QGstreamerVideoSinkgst_current_sink
 

Macro Definition Documentation

◆ ST_SINK

#define ST_SINK ( s)    QGstSubtitleSink *sink(reinterpret_cast<QGstSubtitleSink *>(s))

Definition at line 16 of file qgstsubtitlesink.cpp.

Variable Documentation

◆ gst_current_sink

thread_local QGstreamerVideoSink* gst_current_sink
static

Definition at line 14 of file qgstsubtitlesink.cpp.

Referenced by QGstSubtitleSink::createSink().

◆ gst_sink_parent_class

QT_BEGIN_NAMESPACE GstBaseSinkClass* gst_sink_parent_class
static

Definition at line 13 of file qgstsubtitlesink.cpp.