diff --git a/main.cpp b/main.cpp index d4428ae8..28c0a41f 100644 --- a/main.cpp +++ b/main.cpp @@ -177,6 +177,9 @@ int main(int argc, char *argv[]) #ifdef ENABLE_FLOW // Initialise gstreamermm. Must be called before any other GLib stuff. Gst::init(); + + // Initialize libsigrokflow. Must be called after Gst::init(). + Srf::init(); #endif Application a(argc, argv);