mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-29 16:49:27 +01:00
GstEnginePipeline: Add missing declarations
This commit is contained in:
parent
3a5e5d4aaa
commit
64a9d557a4
@ -200,6 +200,7 @@ class GstEnginePipeline : public QObject {
|
||||
private Q_SLOTS:
|
||||
void SetStateAsyncFinished(const GstState state, const GstStateChangeReturn state_change_return);
|
||||
void SetFaderVolume(const qreal volume);
|
||||
void FaderTimelineStateChanged(const QTimeLine::State state);
|
||||
void FaderTimelineFinished();
|
||||
|
||||
private:
|
||||
@ -328,6 +329,7 @@ class GstEnginePipeline : public QObject {
|
||||
mutex_protected<uint> volume_percent_;
|
||||
|
||||
mutex_protected<bool> fader_active_;
|
||||
mutex_protected<bool> fader_running_;
|
||||
SharedPtr<QTimeLine> fader_;
|
||||
QBasicTimer fader_fudge_timer_;
|
||||
bool use_fudge_timer_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user