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
QGStreamerPlatformSpecificInterfaceImplementation Class Reference

#include <qgstreamerintegration_p.h>

+ Inheritance diagram for QGStreamerPlatformSpecificInterfaceImplementation:
+ Collaboration diagram for QGStreamerPlatformSpecificInterfaceImplementation:

Public Member Functions

 ~QGStreamerPlatformSpecificInterfaceImplementation () override
 
QAudioDevice makeCustomGStreamerAudioInput (const QByteArray &gstreamerPipeline) override
 
QAudioDevice makeCustomGStreamerAudioOutput (const QByteArray &gstreamerPipeline) override
 
QCameramakeCustomGStreamerCamera (const QByteArray &gstreamerPipeline, QObject *parent) override
 
QCameramakeCustomGStreamerCamera (GstElement *, QObject *parent) override
 
GstPipelinegstPipeline (QMediaPlayer *) override
 
GstPipelinegstPipeline (QMediaCaptureSession *) override
 
- Public Member Functions inherited from QGStreamerPlatformSpecificInterface
 ~QGStreamerPlatformSpecificInterface () override
 
- Public Member Functions inherited from QAbstractPlatformSpecificInterface
virtual ~QAbstractPlatformSpecificInterface ()=default
 

Additional Inherited Members

- Static Public Member Functions inherited from QGStreamerPlatformSpecificInterface
static QGStreamerPlatformSpecificInterfaceinstance ()
 

Detailed Description

Definition at line 27 of file qgstreamerintegration_p.h.

Constructor & Destructor Documentation

◆ ~QGStreamerPlatformSpecificInterfaceImplementation()

QGStreamerPlatformSpecificInterfaceImplementation::~QGStreamerPlatformSpecificInterfaceImplementation ( )
overridedefault

Member Function Documentation

◆ gstPipeline() [1/2]

GstPipeline * QGStreamerPlatformSpecificInterfaceImplementation::gstPipeline ( QMediaCaptureSession * session)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 91 of file qgstreamerintegration.cpp.

References QMediaCaptureSessionPrivate::get(), QGstPipeline::pipeline(), QGstreamerMediaCapture::pipeline(), and priv().

+ Here is the call graph for this function:

◆ gstPipeline() [2/2]

GstPipeline * QGStreamerPlatformSpecificInterfaceImplementation::gstPipeline ( QMediaPlayer * player)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 80 of file qgstreamerintegration.cpp.

References QMediaPlayerPrivate::get(), QGstPipeline::pipeline(), QGstreamerMediaPlayer::pipeline(), player, and priv().

+ Here is the call graph for this function:

◆ makeCustomGStreamerAudioInput()

QAudioDevice QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerAudioInput ( const QByteArray & gstreamerPipeline)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 31 of file qgstreamerintegration.cpp.

References qMakeCustomGStreamerAudioInput().

+ Here is the call graph for this function:

◆ makeCustomGStreamerAudioOutput()

QAudioDevice QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerAudioOutput ( const QByteArray & gstreamerPipeline)
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 37 of file qgstreamerintegration.cpp.

References qMakeCustomGStreamerAudioOutput().

+ Here is the call graph for this function:

◆ makeCustomGStreamerCamera() [1/2]

QCamera * QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerCamera ( const QByteArray & gstreamerPipeline,
QObject * parent )
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 43 of file qgstreamerintegration.cpp.

References device, inCustomCameraConstruction, info, and qScopeGuard().

+ Here is the call graph for this function:

◆ makeCustomGStreamerCamera() [2/2]

QCamera * QGStreamerPlatformSpecificInterfaceImplementation::makeCustomGStreamerCamera ( GstElement * element,
QObject * parent )
overridevirtual

Implements QGStreamerPlatformSpecificInterface.

Definition at line 59 of file qgstreamerintegration.cpp.

References device, inCustomCameraConstruction, info, QGstPointerImpl::QGstObjectWrapper< GstObject >::NeedsRef, pendingCameraElement, Q_ASSERT, and qScopeGuard().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: