![]() |
Qt 6.x
The Qt SDK
|
#include <private/qtmultimediaglobal_p.h>
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qset.h>
#include <qgst_p.h>
#include <gst/video/video.h>
#include <qaudioformat.h>
#include <qcamera.h>
#include <qvideoframe.h>
#include <QDebug>
Go to the source code of this file.
Namespaces | |
namespace | QGstUtils |
Functions | |
Q_MULTIMEDIA_EXPORT QAudioFormat | QGstUtils::audioFormatForSample (GstSample *sample) |
QAudioFormat | QGstUtils::audioFormatForCaps (const QGstCaps &caps) |
Q_MULTIMEDIA_EXPORT QGstCaps | QGstUtils::capsForAudioFormat (const QAudioFormat &format) |
void | QGstUtils::setFrameTimeStamps (QVideoFrame *frame, GstBuffer *buffer) |
Q_MULTIMEDIA_EXPORT GList * | qt_gst_video_sinks () |
Q_MULTIMEDIA_EXPORT GList * qt_gst_video_sinks | ( | ) |
Definition at line 449 of file qgstutils.cpp.
Referenced by findBestVideoSink().