From 7b0fb9f6d3b7e214c6ef7e62bd021a55c69cf54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Mar 2016 00:59:54 +0100 Subject: Add GStreamer 1.0 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 4d5e6b99d3c2436c34ca8db9720ab331d0190dce) --- juk/gstreamerplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/gstreamerplayer.h') 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; -- cgit v1.2.1