GstEnginePipeline: Correct parameter name for SetFaderVolume function
This commit is contained in:
@@ -122,7 +122,7 @@ class GstEnginePipeline : public QObject {
|
|||||||
QString source_device() const { return source_device_; }
|
QString source_device() const { return source_device_; }
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void SetFaderVolume(qreal mod);
|
void SetFaderVolume(const qreal volume);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void Error(int pipeline_id, int domain, int error_code, QString message, QString debug);
|
void Error(int pipeline_id, int domain, int error_code, QString message, QString debug);
|
||||||
|
|||||||
Reference in New Issue
Block a user