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_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QGST_DEBUG_P_H
5#define QGST_DEBUG_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include "qgst_p.h"
19#include <qdebug.h>
20
22
24
37
38QDebug operator<<(QDebug, const GstCaps *);
39QDebug operator<<(QDebug, const GstVideoInfo *);
40QDebug operator<<(QDebug, const GstStructure *);
41QDebug operator<<(QDebug, const GstObject *);
43QDebug operator<<(QDebug, const GstPad *);
44QDebug operator<<(QDebug, const GstDevice *);
45QDebug operator<<(QDebug, const GstMessage *);
46QDebug operator<<(QDebug, const GstTagList *);
47QDebug operator<<(QDebug, const GstQuery *);
48QDebug operator<<(QDebug, const GstEvent *);
49QDebug operator<<(QDebug, const GstPadTemplate *);
50QDebug operator<<(QDebug, const GstStreamCollection *);
51QDebug operator<<(QDebug, const GstStream *);
52
53QDebug operator<<(QDebug, GstState);
54QDebug operator<<(QDebug, GstStateChange);
55QDebug operator<<(QDebug, GstStateChangeReturn);
56QDebug operator<<(QDebug, GstMessageType);
57QDebug operator<<(QDebug, GstPadDirection);
58QDebug operator<<(QDebug, GstStreamStatusType);
59QDebug operator<<(QDebug, GstStreamType);
60
61QDebug operator<<(QDebug, const GValue *);
62QDebug operator<<(QDebug, const GError *);
63
65{
67 explicit QCompactGstMessageAdaptor(GstMessage *m);
68 GstMessage *msg;
69};
70
72
74
75#endif
\inmodule QtCore
Combined button and popup list for selecting options.
QDebug operator<<(QDebug, const QGstCaps &)
struct _GstElement GstElement
const GLfloat * m
QCompactGstMessageAdaptor(const QGstreamerMessage &m)