Set ssl-strict false in songloader too
This commit is contained in:
@@ -439,6 +439,7 @@ SongLoader::Result SongLoader::LoadRemote() {
|
|||||||
errors_ << tr("Couldn't create gstreamer source element for %1").arg(url_.toString());
|
errors_ << tr("Couldn't create gstreamer source element for %1").arg(url_.toString());
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
g_object_set(source, "ssl-strict", FALSE, nullptr);
|
||||||
|
|
||||||
// Create the other elements and link them up
|
// Create the other elements and link them up
|
||||||
GstElement *typefind = gst_element_factory_make("typefind", nullptr);
|
GstElement *typefind = gst_element_factory_make("typefind", nullptr);
|
||||||
|
|||||||
Reference in New Issue
Block a user