Skip to content
Snippets Groups Projects

ios: update for gio modules and GTlsBackend changes

Merged Tim-Philipp Müller requested to merge tpm/gst-examples:ios-updates into master
2 files
+ 20
11
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,10 +6,10 @@
G_BEGIN_DECLS
#define GST_G_IO_MODULE_DECLARE(name) \
extern void G_PASTE(g_io_module_, G_PASTE(name, _load_static)) (void)
extern void G_PASTE(g_io_, G_PASTE(name, _load)) (gpointer module)
#define GST_G_IO_MODULE_LOAD(name) \
G_PASTE(g_io_module_, G_PASTE(name, _load_static)) ()
G_PASTE(g_io_, G_PASTE(name, _load)) (NULL)
/* Uncomment each line to enable the plugin categories that your application needs.
* You can also enable individual plugins. See gst_ios_init.c to see their names
@@ -32,7 +32,7 @@ G_PASTE(g_io_module_, G_PASTE(name, _load_static)) ()
#define GST_IOS_GIO_MODULE_GNUTLS
void gst_ios_init ();
void gst_ios_init (void);
G_END_DECLS
Loading