diff options
author | Slávek Banko <[email protected]> | 2016-03-12 00:59:54 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-12 01:00:05 +0100 |
commit | 7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b (patch) | |
tree | fc48827ad2dcbcc143917da634213f9f122207b5 /juk/gstreamerplayer.h | |
parent | ca88e18f9e636658d3a9b48a0db67e3357cfd36c (diff) | |
download | tdemultimedia-7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b.tar.gz tdemultimedia-7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b.zip |
Add GStreamer 1.0 support
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4d5e6b99d3c2436c34ca8db9720ab331d0190dce)
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; |