mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
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
4 changed files with 6618 additions and 8258 deletions
|
@ -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…
Reference in a new issue