From 4aa3718c2dfde3d1ad869c3d289dadc5c2400d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 5 Jun 2023 10:59:22 +0100 Subject: [PATCH] examples: iOS tutorials: remove kate plugin references here too Sinc it's about to be removed from cerbero packages. Part-of: --- .../examples/tutorials/xcode iOS/Tutorial 1/gst_ios_init.m | 6 ------ .../examples/tutorials/xcode iOS/Tutorial 2/gst_ios_init.m | 6 ------ .../examples/tutorials/xcode iOS/Tutorial 3/gst_ios_init.m | 6 ------ .../examples/tutorials/xcode iOS/Tutorial 4/gst_ios_init.m | 6 ------ .../examples/tutorials/xcode iOS/Tutorial 5/gst_ios_init.m | 6 ------ 5 files changed, 30 deletions(-) diff --git a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 1/gst_ios_init.m b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 1/gst_ios_init.m index e239945203..2d9441df39 100644 --- a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 1/gst_ios_init.m +++ b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 1/gst_ios_init.m @@ -179,9 +179,6 @@ GST_PLUGIN_STATIC_DECLARE(hls); #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) -GST_PLUGIN_STATIC_DECLARE(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(midi); #endif @@ -745,9 +742,6 @@ gst_ios_init (void) #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) - GST_PLUGIN_STATIC_REGISTER(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(midi); #endif diff --git a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 2/gst_ios_init.m b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 2/gst_ios_init.m index e239945203..2d9441df39 100644 --- a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 2/gst_ios_init.m +++ b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 2/gst_ios_init.m @@ -179,9 +179,6 @@ GST_PLUGIN_STATIC_DECLARE(hls); #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) -GST_PLUGIN_STATIC_DECLARE(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(midi); #endif @@ -745,9 +742,6 @@ gst_ios_init (void) #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) - GST_PLUGIN_STATIC_REGISTER(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(midi); #endif diff --git a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 3/gst_ios_init.m b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 3/gst_ios_init.m index e239945203..2d9441df39 100644 --- a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 3/gst_ios_init.m +++ b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 3/gst_ios_init.m @@ -179,9 +179,6 @@ GST_PLUGIN_STATIC_DECLARE(hls); #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) -GST_PLUGIN_STATIC_DECLARE(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(midi); #endif @@ -745,9 +742,6 @@ gst_ios_init (void) #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) - GST_PLUGIN_STATIC_REGISTER(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(midi); #endif diff --git a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 4/gst_ios_init.m b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 4/gst_ios_init.m index e239945203..2d9441df39 100644 --- a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 4/gst_ios_init.m +++ b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 4/gst_ios_init.m @@ -179,9 +179,6 @@ GST_PLUGIN_STATIC_DECLARE(hls); #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) -GST_PLUGIN_STATIC_DECLARE(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(midi); #endif @@ -745,9 +742,6 @@ gst_ios_init (void) #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) - GST_PLUGIN_STATIC_REGISTER(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(midi); #endif diff --git a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 5/gst_ios_init.m b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 5/gst_ios_init.m index e239945203..2d9441df39 100644 --- a/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 5/gst_ios_init.m +++ b/subprojects/gst-docs/examples/tutorials/xcode iOS/Tutorial 5/gst_ios_init.m @@ -179,9 +179,6 @@ GST_PLUGIN_STATIC_DECLARE(hls); #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) -GST_PLUGIN_STATIC_DECLARE(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_DECLARE(midi); #endif @@ -745,9 +742,6 @@ gst_ios_init (void) #if defined(GST_IOS_PLUGIN_ID3TAG) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(id3tag); #endif -#if defined(GST_IOS_PLUGIN_KATE) || defined(GST_IOS_PLUGINS_CODECS) - GST_PLUGIN_STATIC_REGISTER(kate); -#endif #if defined(GST_IOS_PLUGIN_MIDI) || defined(GST_IOS_PLUGINS_CODECS) GST_PLUGIN_STATIC_REGISTER(midi); #endif