tutorials: Remove libvisual plugin from iOS tutorials
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 19 Sep 2020 06:07:11 +0000 (11:37 +0530)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 21 Sep 2020 08:05:33 +0000 (08:05 +0000)
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>

examples/tutorials/xcode iOS/Tutorial 1/gst_ios_init.m
examples/tutorials/xcode iOS/Tutorial 2/gst_ios_init.m
examples/tutorials/xcode iOS/Tutorial 3/gst_ios_init.m
examples/tutorials/xcode iOS/Tutorial 4/gst_ios_init.m
examples/tutorials/xcode iOS/Tutorial 5/gst_ios_init.m

index f5d9f5f..3de3791 100644 (file)
@@ -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
index f5d9f5f..3de3791 100644 (file)
@@ -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
index f5d9f5f..3de3791 100644 (file)
@@ -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
index f5d9f5f..3de3791 100644 (file)
@@ -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
index f5d9f5f..3de3791 100644 (file)
@@ -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