examples: Fix SSL not working in iOS tutorials
This was broken in two ways: 1) the OpenSSL module was not being loaded due to the guarding define not actually existing 2) ca-certificates were severely outdated Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5473>
This commit is contained in:
parent
edfd44d088
commit
1db67b933a
@ -30,7 +30,7 @@ G_PASTE(g_io_, G_PASTE(name, _load)) (NULL)
|
||||
//#define GST_IOS_PLUGINS_GES
|
||||
|
||||
|
||||
#define GST_IOS_GIO_MODULE_GNUTLS
|
||||
#define GST_IOS_GIO_MODULE_OPENSSL
|
||||
|
||||
void gst_ios_init (void);
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ G_PASTE(g_io_, G_PASTE(name, _load)) (NULL)
|
||||
//#define GST_IOS_PLUGINS_GES
|
||||
|
||||
|
||||
#define GST_IOS_GIO_MODULE_GNUTLS
|
||||
#define GST_IOS_GIO_MODULE_OPENSSL
|
||||
|
||||
void gst_ios_init (void);
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user