summary refs log tree commit diff
path: root/src/WebRTCSession.cpp
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-09-17 15:57:47 -0400
committertrilene <trilene@runbox.com>2020-09-17 15:57:47 -0400
commitf7beb1b34ec0cd5ae16299909f3d6c8fcb521ec1 (patch)
tree7fa87a7fe533cb6ba3422f087b953e08d3c77152 /src/WebRTCSession.cpp
parentFix preprocessor directive (diff)
downloadnheko-f7beb1b34ec0cd5ae16299909f3d6c8fcb521ec1.tar.xz
clang-format
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 }