summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-09-17 16:50:13 -0400
committertrilene <trilene@runbox.com>2020-09-17 16:50:13 -0400
commite065bf22054a2787c03654e30fd5ef8fbd39df95 (patch)
treefdad7203510d813a761b363447febb34f191e456 /src
parentclang-format (diff)
downloadnheko-e065bf22054a2787c03654e30fd5ef8fbd39df95.tar.xz
Remove GStreamer version test
Diffstat (limited to 'src')
-rw-r--r--src/WebRTCSession.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp
index 574f0d39..d8497833 100644
--- a/src/WebRTCSession.cpp
+++ b/src/WebRTCSession.cpp
@@ -21,9 +21,7 @@ WebRTCSession::WebRTCSession()
 {
         qRegisterMetaType<WebRTCSession::State>();
         connect(this, &WebRTCSession::stateChanged, this, &WebRTCSession::setState);
-#if defined(GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0)
         init();
-#endif
 }
 
 bool