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

(c9fdf36752129abf75af15eda9e28bd3260de40b)

#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.

Functions

QT_BEGIN_NAMESPACE QDebug operator<< (QDebug dbg, const QGString &str)
 
QDebug operator<< (QDebug dbg, const QGstCaps &caps)
 
QDebug operator<< (QDebug dbg, const QGstStructure &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 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, 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, const GValue *value)
 
QDebug operator<< (QDebug dbg, const GError *error)
 
QDebug operator<< (QDebug dbg, const QCompactGstMessageAdaptor &m)
 

Function Documentation

◆ operator<<() [1/28]

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

Definition at line 383 of file qgst_debug.cpp.

References error.

◆ operator<<() [2/28]

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

Definition at line 58 of file qgst_debug.cpp.

◆ operator<<() [3/28]

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

Definition at line 148 of file qgst_debug.cpp.

References d, device, QGstPointerImpl::QGstObjectWrapper< GstType >::get(), and QGstPointerImpl::QGstObjectWrapper< GstCaps >::NeedsRef.

+ Here is the call graph for this function:

◆ operator<<() [4/28]

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

Definition at line 138 of file qgst_debug.cpp.

◆ operator<<() [5/28]

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

Definition at line 264 of file qgst_debug.cpp.

◆ operator<<() [6/28]

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

Definition at line 178 of file qgst_debug.cpp.

References debug, newState(), and pending.

+ Here is the call graph for this function:

◆ operator<<() [7/28]

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

Definition at line 89 of file qgst_debug.cpp.

References i, and properties.

◆ operator<<() [8/28]

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

Definition at line 143 of file qgst_debug.cpp.

◆ operator<<() [9/28]

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

◆ operator<<() [10/28]

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

Definition at line 258 of file qgst_debug.cpp.

◆ operator<<() [11/28]

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

Definition at line 81 of file qgst_debug.cpp.

◆ operator<<() [12/28]

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

Definition at line 252 of file qgst_debug.cpp.

◆ operator<<() [13/28]

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

Definition at line 66 of file qgst_debug.cpp.

References info, and QGstPointerImpl::QGstObjectWrapper< GstCaps >::NeedsRef.

◆ operator<<() [14/28]

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

Definition at line 313 of file qgst_debug.cpp.

References direction, and Qt::hex().

+ Here is the call graph for this function:

◆ operator<<() [15/28]

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

Definition at line 402 of file qgst_debug.cpp.

References debug, newState(), and pending.

+ Here is the call graph for this function:

◆ operator<<() [16/28]

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

Definition at line 18 of file qgst_debug.cpp.

References QGstCaps::caps().

+ Here is the call graph for this function:

◆ operator<<() [17/28]

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

Definition at line 48 of file qgst_debug.cpp.

References QGstElement::element().

+ Here is the call graph for this function:

◆ operator<<() [18/28]

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

Definition at line 53 of file qgst_debug.cpp.

References QGstPad::pad().

+ Here is the call graph for this function:

◆ operator<<() [19/28]

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

Definition at line 33 of file qgst_debug.cpp.

References QGstreamerMessage::message().

+ Here is the call graph for this function:

◆ operator<<() [20/28]

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

Definition at line 13 of file qgst_debug.cpp.

References str.

◆ operator<<() [21/28]

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

Definition at line 23 of file qgst_debug.cpp.

References QGstStructure::structure.

◆ operator<<() [22/28]

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

Definition at line 28 of file qgst_debug.cpp.

◆ operator<<() [23/28]

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

Definition at line 38 of file qgst_debug.cpp.

◆ operator<<() [24/28]

QDebug operator<< ( QDebug dbg,
GstMessageType type )

Definition at line 295 of file qgst_debug.cpp.

◆ operator<<() [25/28]

QDebug operator<< ( QDebug dbg,
GstPadDirection direction )

Definition at line 300 of file qgst_debug.cpp.

References direction.

◆ operator<<() [26/28]

QDebug operator<< ( QDebug dbg,
GstState state )

Definition at line 280 of file qgst_debug.cpp.

References state.

◆ operator<<() [27/28]

QDebug operator<< ( QDebug dbg,
GstStateChange transition )

Definition at line 285 of file qgst_debug.cpp.

◆ operator<<() [28/28]

QDebug operator<< ( QDebug dbg,
GstStateChangeReturn stateChangeReturn )

Definition at line 290 of file qgst_debug.cpp.