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:
Piotr Brzeziński 2023-10-27 14:45:38 +02:00 committed by GStreamer Marge Bot
parent edfd44d088
commit 1db67b933a
4 changed files with 6618 additions and 8258 deletions

View file

@ -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);

View file

@ -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);