GstEnginePipeline: Simplify version checks

This commit is contained in:
Jonas Kvinge
2025-04-04 22:12:38 +02:00
parent 8c195382c4
commit 2c9b14f5f2
2 changed files with 12 additions and 17 deletions

View File

@@ -216,6 +216,9 @@ class GstEnginePipeline : public QObject {
QThreadPool set_state_threadpool_;
bool playbin3_support_;
bool volume_full_range_support_;
// General settings for the pipeline
QString output_;
QVariant device_;
@@ -263,7 +266,6 @@ class GstEnginePipeline : public QObject {
// EBU R 128 Loudness Normalization
bool ebur128_loudness_normalization_;
bool gstreamer_supports_volume_full_range_;
// Spotify
#ifdef HAVE_SPOTIFY