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

(aa350e732e9373c883a22adf481ea92dfd631f43)

#include <mediacapture/qgstreamermediacapture_p.h>
#include <mediacapture/qgstreamermediaencoder_p.h>
#include <mediacapture/qgstreamerimagecapture_p.h>
#include <mediacapture/qgstreamercamera_p.h>
#include <common/qgstpipeline_p.h>
#include <common/qgstreameraudioinput_p.h>
#include <common/qgstreameraudiooutput_p.h>
#include <common/qgstreamervideooutput_p.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/private/quniquehandle_p.h>
#include "moc_qgstreamermediacapture_p.cpp"
+ Include dependency graph for qgstreamermediacapture.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE void linkTeeToPad (QGstElement tee, QGstPad sink)
 
static void unlinkTeeFromPad (QGstElement tee, QGstPad sink)
 

Function Documentation

◆ linkTeeToPad()

static QT_BEGIN_NAMESPACE void linkTeeToPad ( QGstElement tee,
QGstPad sink )
static

Definition at line 18 of file qgstreamermediacapture.cpp.

Referenced by QGstreamerMediaCapture::setAudioInput(), QGstreamerMediaCapture::setAudioOutput(), and QGstreamerMediaCapture::setImageCapture().

+ Here is the caller graph for this function:

◆ unlinkTeeFromPad()

static void unlinkTeeFromPad ( QGstElement tee,
QGstPad sink )
static

Definition at line 27 of file qgstreamermediacapture.cpp.

Referenced by QGstreamerMediaCapture::setAudioInput(), QGstreamerMediaCapture::setAudioOutput(), QGstreamerMediaCapture::setImageCapture(), and QGstreamerMediaCapture::unlinkEncoder().

+ Here is the caller graph for this function: