diff options
author | trilene <trilene@runbox.com> | 2020-09-17 16:50:13 -0400 |
---|---|---|
committer | trilene <trilene@runbox.com> | 2020-09-17 16:50:13 -0400 |
commit | e065bf22054a2787c03654e30fd5ef8fbd39df95 (patch) | |
tree | fdad7203510d813a761b363447febb34f191e456 /src | |
parent | clang-format (diff) | |
download | nheko-e065bf22054a2787c03654e30fd5ef8fbd39df95.tar.xz |
Remove GStreamer version test
Diffstat (limited to 'src')
-rw-r--r-- | src/WebRTCSession.cpp | 2 |
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 |