diff options
Diffstat (limited to 'juk/gstreamerplayer.h')
-rw-r--r-- | juk/gstreamerplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/gstreamerplayer.h b/juk/gstreamerplayer.h index 5b4dbf6b..ef18785c 100644 --- a/juk/gstreamerplayer.h +++ b/juk/gstreamerplayer.h @@ -59,7 +59,7 @@ public slots: private: void setupPipeline(); -#if GSTREAMER_VERSION == 8 +#if GST_VERSION_MAJOR == 0 && GST_VERSION_MINOR < 10 void readConfig(); long long time(GstQueryType type) const; |