summary refs log tree commit diff
path: root/src/WebRTCSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/WebRTCSession.cpp')
-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