Remove GStreamer version test

pull/286/head
trilene 4 years ago
parent f7beb1b34e
commit e065bf2205
  1. 2
      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

Loading…
Cancel
Save