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
34
35QDebug operator<<(QDebug, const GstCaps *);
36QDebug operator<<(QDebug, const GstVideoInfo *);
37QDebug operator<<(QDebug, const GstStructure *);
38QDebug operator<<(QDebug, const GstObject *);
39QDebug operator<<(QDebug, const GstElement *);
40QDebug operator<<(QDebug, const GstPad *);
41QDebug operator<<(QDebug, const GstDevice *);
42QDebug operator<<(QDebug, const GstMessage *);
43QDebug operator<<(QDebug, const GstTagList *);
44QDebug operator<<(QDebug, const GstQuery *);
45QDebug operator<<(QDebug, const GstEvent *);
46QDebug operator<<(QDebug, const GstPadTemplate *);
47
48QDebug operator<<(QDebug, GstState);
49QDebug operator<<(QDebug, GstStateChange);
50QDebug operator<<(QDebug, GstStateChangeReturn);
51QDebug operator<<(QDebug, GstMessageType);
52QDebug operator<<(QDebug, GstPadDirection);
53
54QDebug operator<<(QDebug, const GValue *);
55QDebug operator<<(QDebug, const GError *);
56
58{
60 explicit QCompactGstMessageAdaptor(GstMessage *m);
61 GstMessage *msg;
62};
63
65
67
68#endif
\inmodule QtCore
Combined button and popup list for selecting options.
QDebug operator<<(QDebug, const QGstCaps &)
const GLfloat * m
QCompactGstMessageAdaptor(const QGstreamerMessage &m)