mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
tutorials: Remove libvisual plugin from iOS tutorials
We won't be building the plugin in Cerbero anymore, so remove it from the tutorial too. See: https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/605 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/111>
This commit is contained in:
parent
0b67867c1e
commit
1db1bbc8ba
5 changed files with 0 additions and 30 deletions
|
@ -290,9 +290,6 @@ GST_PLUGIN_STATIC_DECLARE(rtspclientsink);
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_DECLARE(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(goom);
|
||||
#endif
|
||||
|
@ -868,9 +865,6 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_REGISTER(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(goom);
|
||||
#endif
|
||||
|
|
|
@ -290,9 +290,6 @@ GST_PLUGIN_STATIC_DECLARE(rtspclientsink);
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_DECLARE(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(goom);
|
||||
#endif
|
||||
|
@ -868,9 +865,6 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_REGISTER(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(goom);
|
||||
#endif
|
||||
|
|
|
@ -290,9 +290,6 @@ GST_PLUGIN_STATIC_DECLARE(rtspclientsink);
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_DECLARE(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(goom);
|
||||
#endif
|
||||
|
@ -868,9 +865,6 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_REGISTER(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(goom);
|
||||
#endif
|
||||
|
|
|
@ -290,9 +290,6 @@ GST_PLUGIN_STATIC_DECLARE(rtspclientsink);
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_DECLARE(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(goom);
|
||||
#endif
|
||||
|
@ -868,9 +865,6 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_REGISTER(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(goom);
|
||||
#endif
|
||||
|
|
|
@ -290,9 +290,6 @@ GST_PLUGIN_STATIC_DECLARE(rtspclientsink);
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_DECLARE(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_DECLARE(goom);
|
||||
#endif
|
||||
|
@ -868,9 +865,6 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_PLAYBACK) || defined(GST_IOS_PLUGINS_PLAYBACK)
|
||||
GST_PLUGIN_STATIC_REGISTER(playback);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_LIBVISUAL) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(libvisual);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_GOOM) || defined(GST_IOS_PLUGINS_VIS)
|
||||
GST_PLUGIN_STATIC_REGISTER(goom);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue