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