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

(e0728c6fcaa217f7e2c6c5408e08a8499cba0df9)

#include "qgst_debug_p.h"
#include "qgstreamermessage_p.h"
#include <gst/gstclock.h>
Include dependency graph for qgst_debug.cpp:

Go to the source code of this file.

Macros

#define ADD_ENUM_SWITCH(value)

Functions

QT_BEGIN_NAMESPACE QDebug operator<< (QDebug dbg, const QGString &str)
QDebug operator<< (QDebug dbg, const QGstCaps &caps)
QDebug operator<< (QDebug dbg, const QGstStructureView &structure)
QDebug operator<< (QDebug dbg, const QUniqueGstStructureHandle &structure)
QDebug operator<< (QDebug dbg, const QGValue &value)
QDebug operator<< (QDebug dbg, const QGstreamerMessage &msg)
QDebug operator<< (QDebug dbg, const QUniqueGErrorHandle &handle)
QDebug operator<< (QDebug dbg, const QUniqueGStringHandle &handle)
QDebug operator<< (QDebug dbg, const QGstStreamCollectionHandle &handle)
QDebug operator<< (QDebug dbg, const QGstTagListHandle &handle)
QDebug operator<< (QDebug dbg, const QGstElement &element)
QDebug operator<< (QDebug dbg, const QGstPad &pad)
QDebug operator<< (QDebug dbg, const GstCaps *caps)
QDebug operator<< (QDebug dbg, const GstVideoInfo *info)
QDebug operator<< (QDebug dbg, const GstStructure *structure)
QDebug operator<< (QDebug dbg, const GstObject *object)
QDebug operator<< (QDebug dbg, const GstElement *element)
QDebug operator<< (QDebug dbg, const GstPad *pad)
QDebug operator<< (QDebug dbg, const GstDevice *device)
QDebug operator<< (QDebug dbg, const GstMessage *msg)
QDebug operator<< (QDebug dbg, const GstTagList *tagList)
QDebug operator<< (QDebug dbg, const GstQuery *query)
QDebug operator<< (QDebug dbg, const GstEvent *event)
QDebug operator<< (QDebug dbg, const GstPadTemplate *padTemplate)
QDebug operator<< (QDebug dbg, const GstStreamCollection *streamCollection)
QDebug operator<< (QDebug dbg, const GstStream *cstream)
QDebug operator<< (QDebug dbg, GstState state)
QDebug operator<< (QDebug dbg, GstStateChange transition)
QDebug operator<< (QDebug dbg, GstStateChangeReturn stateChangeReturn)
QDebug operator<< (QDebug dbg, GstMessageType type)
QDebug operator<< (QDebug dbg, GstPadDirection direction)
QDebug operator<< (QDebug dbg, GstStreamStatusType type)
QDebug operator<< (QDebug dbg, GstStreamType streamType)
QDebug operator<< (QDebug dbg, const GValue *value)
QDebug operator<< (QDebug dbg, const GError *error)
QDebug operator<< (QDebug dbg, const QCompactGstMessageAdaptor &m)
QDebug operator<< (QDebug dbg, GstPlayMessage type)
QDebug operator<< (QDebug dbg, GstPlayState state)
QDebug operator<< (QDebug dbg, const QGstPlayMessageAdaptor &m)

Macro Definition Documentation

◆ ADD_ENUM_SWITCH

#define ADD_ENUM_SWITCH ( value)
Value:
case value: \
return dbg << #value; \
static_assert(true, "enforce semicolon")
EGLOutputLayerEXT EGLint EGLAttrib value
[3]

Definition at line 414 of file qgst_debug.cpp.

Function Documentation

◆ operator<<() [1/39]

QDebug operator<< ( QDebug dbg,
const GError * error )

Definition at line 524 of file qgst_debug.cpp.

◆ operator<<() [2/39]

QDebug operator<< ( QDebug dbg,
const GstCaps * caps )

Definition at line 78 of file qgst_debug.cpp.

◆ operator<<() [3/39]

QDebug operator<< ( QDebug dbg,
const GstDevice * device )

Definition at line 164 of file qgst_debug.cpp.

◆ operator<<() [4/39]

QDebug operator<< ( QDebug dbg,
const GstElement * element )

Definition at line 154 of file qgst_debug.cpp.

◆ operator<<() [5/39]

QDebug operator<< ( QDebug dbg,
const GstEvent * event )

Definition at line 350 of file qgst_debug.cpp.

◆ operator<<() [6/39]

QDebug operator<< ( QDebug dbg,
const GstMessage * msg )

Definition at line 197 of file qgst_debug.cpp.

◆ operator<<() [7/39]

QDebug operator<< ( QDebug dbg,
const GstObject * object )

Definition at line 102 of file qgst_debug.cpp.

◆ operator<<() [8/39]

QDebug operator<< ( QDebug dbg,
const GstPad * pad )

Definition at line 159 of file qgst_debug.cpp.

◆ operator<<() [9/39]

QDebug operator<< ( QDebug dbg,
const GstPadTemplate * padTemplate )

Definition at line 356 of file qgst_debug.cpp.

◆ operator<<() [10/39]

QDebug operator<< ( QDebug dbg,
const GstQuery * query )

Definition at line 344 of file qgst_debug.cpp.

◆ operator<<() [11/39]

QDebug operator<< ( QDebug dbg,
const GstStream * cstream )

Definition at line 382 of file qgst_debug.cpp.

◆ operator<<() [12/39]

QDebug operator<< ( QDebug dbg,
const GstStreamCollection * streamCollection )

Definition at line 366 of file qgst_debug.cpp.

◆ operator<<() [13/39]

QDebug operator<< ( QDebug dbg,
const GstStructure * structure )

Definition at line 94 of file qgst_debug.cpp.

◆ operator<<() [14/39]

QDebug operator<< ( QDebug dbg,
const GstTagList * tagList )

Definition at line 334 of file qgst_debug.cpp.

◆ operator<<() [15/39]

QDebug operator<< ( QDebug dbg,
const GstVideoInfo * info )

Definition at line 86 of file qgst_debug.cpp.

◆ operator<<() [16/39]

QDebug operator<< ( QDebug dbg,
const GValue * value )

Definition at line 454 of file qgst_debug.cpp.

◆ operator<<() [17/39]

QDebug operator<< ( QDebug dbg,
const QCompactGstMessageAdaptor & m )

Definition at line 543 of file qgst_debug.cpp.

◆ operator<<() [18/39]

QDebug operator<< ( QDebug dbg,
const QGstCaps & caps )

Definition at line 18 of file qgst_debug.cpp.

◆ operator<<() [19/39]

QDebug operator<< ( QDebug dbg,
const QGstElement & element )

Definition at line 68 of file qgst_debug.cpp.

◆ operator<<() [20/39]

QDebug operator<< ( QDebug dbg,
const QGstPad & pad )

Definition at line 73 of file qgst_debug.cpp.

◆ operator<<() [21/39]

QDebug operator<< ( QDebug dbg,
const QGstPlayMessageAdaptor & m )

Definition at line 618 of file qgst_debug.cpp.

◆ operator<<() [22/39]

QDebug operator<< ( QDebug dbg,
const QGstreamerMessage & msg )

Definition at line 38 of file qgst_debug.cpp.

◆ operator<<() [23/39]

QT_BEGIN_NAMESPACE QDebug operator<< ( QDebug dbg,
const QGString & str )

Definition at line 13 of file qgst_debug.cpp.

◆ operator<<() [24/39]

QDebug operator<< ( QDebug dbg,
const QGstStreamCollectionHandle & handle )

Definition at line 53 of file qgst_debug.cpp.

◆ operator<<() [25/39]

QDebug operator<< ( QDebug dbg,
const QGstStructureView & structure )

Definition at line 23 of file qgst_debug.cpp.

◆ operator<<() [26/39]

QDebug operator<< ( QDebug dbg,
const QGstTagListHandle & handle )

Definition at line 63 of file qgst_debug.cpp.

◆ operator<<() [27/39]

QDebug operator<< ( QDebug dbg,
const QGValue & value )

Definition at line 33 of file qgst_debug.cpp.

◆ operator<<() [28/39]

QDebug operator<< ( QDebug dbg,
const QUniqueGErrorHandle & handle )

Definition at line 43 of file qgst_debug.cpp.

◆ operator<<() [29/39]

QDebug operator<< ( QDebug dbg,
const QUniqueGStringHandle & handle )

Definition at line 48 of file qgst_debug.cpp.

◆ operator<<() [30/39]

QDebug operator<< ( QDebug dbg,
const QUniqueGstStructureHandle & structure )

Definition at line 28 of file qgst_debug.cpp.

◆ operator<<() [31/39]

QDebug operator<< ( QDebug dbg,
GstMessageType type )

Definition at line 409 of file qgst_debug.cpp.

◆ operator<<() [32/39]

QDebug operator<< ( QDebug dbg,
GstPadDirection direction )

Definition at line 419 of file qgst_debug.cpp.

◆ operator<<() [33/39]

QDebug operator<< ( QDebug dbg,
GstPlayMessage type )

Definition at line 594 of file qgst_debug.cpp.

◆ operator<<() [34/39]

QDebug operator<< ( QDebug dbg,
GstPlayState state )

Definition at line 599 of file qgst_debug.cpp.

◆ operator<<() [35/39]

QDebug operator<< ( QDebug dbg,
GstState state )

Definition at line 394 of file qgst_debug.cpp.

◆ operator<<() [36/39]

QDebug operator<< ( QDebug dbg,
GstStateChange transition )

Definition at line 399 of file qgst_debug.cpp.

◆ operator<<() [37/39]

QDebug operator<< ( QDebug dbg,
GstStateChangeReturn stateChangeReturn )

Definition at line 404 of file qgst_debug.cpp.

◆ operator<<() [38/39]

QDebug operator<< ( QDebug dbg,
GstStreamStatusType type )

Definition at line 430 of file qgst_debug.cpp.

◆ operator<<() [39/39]

QDebug operator<< ( QDebug dbg,
GstStreamType streamType )

Definition at line 448 of file qgst_debug.cpp.