Remove GStreamer version test

This commit is contained in:
trilene 2020-09-17 16:50:13 -04:00
parent f7beb1b34e
commit e065bf2205
1 changed files with 0 additions and 2 deletions

View File

@ -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