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

(532e685bc80eb17b4d3c397ad5b34fefdebd98a1)

#include <QtCore/qabstracteventdispatcher.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qlist.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qmap.h>
#include <QtCore/qmutex.h>
#include <QtCore/qproperty.h>
#include <QtCore/qtimer.h>
#include "qgstpipeline_p.h"
#include "qgstreamermessage_p.h"
+ Include dependency graph for qgstpipeline.cpp:

Go to the source code of this file.

Classes

class  QGstPipelinePrivate
 

Functions

static QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (qLcGstPipeline, "qt.multimedia.gstpipeline")
 

Variables

static constexpr GstSeekFlags rateChangeSeekFlags
 

Function Documentation

◆ Q_LOGGING_CATEGORY()

static QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( qLcGstPipeline ,
"qt.multimedia.gstpipeline"  )
static

Variable Documentation

◆ rateChangeSeekFlags

constexpr GstSeekFlags rateChangeSeekFlags
staticconstexpr
Initial value:
=
GST_SEEK_FLAG_FLUSH

Definition at line 20 of file qgstpipeline.cpp.

Referenced by QGstPipeline::applyPlaybackRate().