viewer: only render sequence waveforms when waveform view is visible
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
|
||||
virtual ValueHint GetConnectedSampleValueHint();
|
||||
|
||||
virtual void ConnectedToPreviewEvent() override;
|
||||
void SetWaveformEnabled(bool e);
|
||||
|
||||
bool IsVideoAutoCacheEnabled() const { qDebug() << "sequence ac is a stub"; return false; }
|
||||
void SetVideoAutoCacheEnabled(bool e) { qDebug() << "sequence ac is a stub"; }
|
||||
@@ -251,6 +251,8 @@ private:
|
||||
|
||||
EncodingParams last_used_encoding_params_;
|
||||
|
||||
bool waveform_requests_enabled_;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user