From e9519689f1d373190834368f2d1a8faf5f256142 Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Thu, 7 Jan 2021 16:13:33 +0100
Subject: [PATCH] Bump gstreamer requirement

---
 CMakeLists.txt | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2365ac095..ec9c8c1f3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -443,15 +443,11 @@ else()
 endif()
 
 include(FindPkgConfig)
-pkg_check_modules(GSTREAMER IMPORTED_TARGET gstreamer-sdp-1.0>=1.14 gstreamer-webrtc-1.0>=1.14) 
+pkg_check_modules(GSTREAMER IMPORTED_TARGET gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16)
 if (TARGET PkgConfig::GSTREAMER)
-	add_feature_info(voip ON "GStreamer found. Call support is enabled
-	automatically.")
+	add_feature_info(voip ON "GStreamer found. Call support is enabled automatically.")
 else()
-	add_feature_info(voip OFF "GStreamer could not be found on your system.
-	As a consequence call support has been disabled. If you don't want that,
-	make sure gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16 can be found
-	via pkgconfig.")
+	add_feature_info(voip OFF "GStreamer could not be found on your system.  As a consequence call support has been disabled. If you don't want that, make sure gstreamer-sdp-1.0>=1.16 gstreamer-webrtc-1.0>=1.16 can be found via pkgconfig.")
 endif()
 
 # single instance functionality
-- 
GitLab