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, 1 insertions, 1 deletions
diff --git a/src/WebRTCSession.cpp b/src/WebRTCSession.cpp

index b4cdeced..574f0d39 100644 --- a/src/WebRTCSession.cpp +++ b/src/WebRTCSession.cpp
@@ -21,7 +21,7 @@ WebRTCSession::WebRTCSession() { qRegisterMetaType<WebRTCSession::State>(); connect(this, &WebRTCSession::stateChanged, this, &WebRTCSession::setState); -#if defined (GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0) +#if defined(GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0) init(); #endif }