]> sigrok.org Git - libsigrokflow.git/blobdiff - src/init.cpp
Create 8 logic channels on dummy device used for output.
[libsigrokflow.git] / src / init.cpp
index 344ba6aebaf1664fe37a314b848bebfba9f4afa1..e306ff262a3358fc2a86f48d1af5b9e6ebf73745 100644 (file)
@@ -39,24 +39,24 @@ void init()
                        "sigrok_legacy_capture_device",
                        "Wrapper for capture devices using legacy libsigrok APIs",
                        sigc::ptr_fun(&LegacyCaptureDevice::register_element),
-                       "0.01", "GPL", "sigrok", "libsigrokflow", "http://sigrok.org");
+                       "0.01", "GPL", "sigrok", "libsigrokflow", "https://sigrok.org");
        Gst::Plugin::register_static(GST_VERSION_MAJOR, GST_VERSION_MINOR,
                        "sigrok_legacy_input",
                        "Wrapper for inputs using legacy libsigrok APIs",
                        sigc::ptr_fun(&LegacyInput::register_element),
-                       "0.01", "GPL", "sigrok", "libsigrokflow", "http://sigrok.org");
+                       "0.01", "GPL", "sigrok", "libsigrokflow", "https://sigrok.org");
        Gst::Plugin::register_static(GST_VERSION_MAJOR, GST_VERSION_MINOR,
                        "sigrok_legacy_output",
                        "Wrapper for outputs using legacy libsigrok APIs",
                        sigc::ptr_fun(&LegacyOutput::register_element),
-                       "0.01", "GPL", "sigrok", "libsigrokflow", "http://sigrok.org");
+                       "0.01", "GPL", "sigrok", "libsigrokflow", "https://sigrok.org");
 #endif
 #ifdef HAVE_LIBSIGROKDECODE
        Gst::Plugin::register_static(GST_VERSION_MAJOR, GST_VERSION_MINOR,
                        "sigrok_legacy_decoder",
                        "Wrapper for protocol decoders using legacy libsigrokdecode APIs",
                        sigc::ptr_fun(&LegacyDecoder::register_element),
-                       "0.01", "GPL", "sigrok", "libsigrokflow", "http://sigrok.org");
+                       "0.01", "GPL", "sigrok", "libsigrokflow", "https://sigrok.org");
 #endif
 
        srf_initialized_ = true;