mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
playback/ios: update gst_ios_init to the latest version
This commit is contained in:
parent
6408a4cd35
commit
9c50d0e6ae
2 changed files with 577 additions and 492 deletions
|
@ -15,19 +15,19 @@ G_PASTE(g_io_, G_PASTE(name, _load)) (NULL)
|
|||
* You can also enable individual plugins. See gst_ios_init.c to see their names
|
||||
*/
|
||||
|
||||
//#define GST_IOS_PLUGINS_GES
|
||||
#define GST_IOS_PLUGINS_CORE
|
||||
//#define GST_IOS_PLUGINS_CAPTURE
|
||||
#define GST_IOS_PLUGINS_CODECS_RESTRICTED
|
||||
//#define GST_IOS_PLUGINS_ENCODING
|
||||
#define GST_IOS_PLUGINS_CODECS_GPL
|
||||
#define GST_IOS_PLUGINS_NET_RESTRICTED
|
||||
#define GST_IOS_PLUGINS_SYS
|
||||
#define GST_IOS_PLUGINS_VIS
|
||||
#define GST_IOS_PLUGINS_PLAYBACK
|
||||
#define GST_IOS_PLUGINS_EFFECTS
|
||||
#define GST_IOS_PLUGINS_CODECS
|
||||
//#define GST_IOS_PLUGINS_ENCODING
|
||||
#define GST_IOS_PLUGINS_NET
|
||||
#define GST_IOS_PLUGINS_PLAYBACK
|
||||
#define GST_IOS_PLUGINS_VIS
|
||||
#define GST_IOS_PLUGINS_SYS
|
||||
#define GST_IOS_PLUGINS_EFFECTS
|
||||
//#define GST_IOS_PLUGINS_CAPTURE
|
||||
#define GST_IOS_PLUGINS_CODECS_GPL
|
||||
#define GST_IOS_PLUGINS_CODECS_RESTRICTED
|
||||
#define GST_IOS_PLUGINS_NET_RESTRICTED
|
||||
//#define GST_IOS_PLUGINS_GES
|
||||
|
||||
|
||||
#define GST_IOS_GIO_MODULE_GNUTLS
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue