mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-14 03:54:11 +00:00
docs:examples: Fix building iOS examples
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2264>
This commit is contained in:
parent
a3d00f3b98
commit
f90916f4bb
6 changed files with 24 additions and 60 deletions
|
@ -47,15 +47,12 @@ GST_PLUGIN_STATIC_DECLARE(rawparse);
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videotestsrc);
|
||||
#endif
|
||||
|
@ -619,15 +616,12 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videotestsrc);
|
||||
#endif
|
||||
|
|
|
@ -47,15 +47,12 @@ GST_PLUGIN_STATIC_DECLARE(rawparse);
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videotestsrc);
|
||||
#endif
|
||||
|
@ -619,15 +616,12 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videotestsrc);
|
||||
#endif
|
||||
|
|
|
@ -47,15 +47,12 @@ GST_PLUGIN_STATIC_DECLARE(rawparse);
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videotestsrc);
|
||||
#endif
|
||||
|
@ -619,15 +616,12 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videotestsrc);
|
||||
#endif
|
||||
|
|
|
@ -47,15 +47,12 @@ GST_PLUGIN_STATIC_DECLARE(rawparse);
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videotestsrc);
|
||||
#endif
|
||||
|
@ -619,15 +616,12 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videotestsrc);
|
||||
#endif
|
||||
|
|
|
@ -47,15 +47,12 @@ GST_PLUGIN_STATIC_DECLARE(rawparse);
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videotestsrc);
|
||||
#endif
|
||||
|
@ -619,15 +616,12 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videotestsrc);
|
||||
#endif
|
||||
|
|
|
@ -47,15 +47,12 @@ GST_PLUGIN_STATIC_DECLARE(rawparse);
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_DECLARE(videotestsrc);
|
||||
#endif
|
||||
|
@ -619,15 +616,12 @@ gst_ios_init (void)
|
|||
#if defined(GST_IOS_PLUGIN_TYPEFINDFUNCTIONS) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(typefindfunctions);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERT) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvert);
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOCONVERTSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoconvertscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEORATE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videorate);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOSCALE) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videoscale);
|
||||
#endif
|
||||
#if defined(GST_IOS_PLUGIN_VIDEOTESTSRC) || defined(GST_IOS_PLUGINS_CORE)
|
||||
GST_PLUGIN_STATIC_REGISTER(videotestsrc);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue