From 0c96e838e89942ea1475e2f3221b0bb42f2f3551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Tue, 6 Sep 2022 09:53:51 +0200 Subject: [PATCH] docs: update to mono repo locations Some links/repos in the documentation were still pointing to old repositories, change to mono repository Part-of: --- .../markdown/installing/for-android-development.md | 2 +- .../gst-docs/markdown/installing/for-ios-development.md | 2 +- subprojects/gst-docs/markdown/installing/on-linux.md | 4 ++-- subprojects/gst-docs/markdown/installing/on-mac-osx.md | 2 +- subprojects/gst-docs/markdown/installing/on-windows.md | 2 +- subprojects/gst-docs/scripts/RELEASE_README.md | 2 +- subprojects/gst-examples/webrtc/README.md | 7 ------- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/subprojects/gst-docs/markdown/installing/for-android-development.md b/subprojects/gst-docs/markdown/installing/for-android-development.md index c067f78a12..ee6d0bce1e 100644 --- a/subprojects/gst-docs/markdown/installing/for-android-development.md +++ b/subprojects/gst-docs/markdown/installing/for-android-development.md @@ -72,7 +72,7 @@ interact through [JNI][Java Native Interface]. ### Building the tutorials The tutorials code are in the -[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the +[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the `examples/tutorials/` folder. There are a few Android-specific tutorials in the `tutorials/` diff --git a/subprojects/gst-docs/markdown/installing/for-ios-development.md b/subprojects/gst-docs/markdown/installing/for-ios-development.md index 8973b1f747..11297ab509 100644 --- a/subprojects/gst-docs/markdown/installing/for-ios-development.md +++ b/subprojects/gst-docs/markdown/installing/for-ios-development.md @@ -50,7 +50,7 @@ example. #### Building the tutorials The tutorials code are in the -[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the +[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the `examples/tutorials/xcode iOS` folder. We recommend that you open the project in Xcode, take a look at the sources and build them. This should confirm that the installation works and give some insight on how diff --git a/subprojects/gst-docs/markdown/installing/on-linux.md b/subprojects/gst-docs/markdown/installing/on-linux.md index 6285231c0e..f342d18014 100644 --- a/subprojects/gst-docs/markdown/installing/on-linux.md +++ b/subprojects/gst-docs/markdown/installing/on-linux.md @@ -47,12 +47,12 @@ the `configure` script from inside the `gst-sdk-shell` environment. The source code for the tutorials can be copied and pasted from the tutorial pages into a text file, but, for convenience, it is also available -in a GIT repository in the `examples/tutorials` subdirectory. +in a GIT repository in the `subprojects/gst-docs/examples/tutorials` subdirectory. The GIT repository can be cloned with: ``` -git clone https://gitlab.freedesktop.org/gstreamer/gst-docs +git clone https://gitlab.freedesktop.org/gstreamer/gstreamer ``` #### Building the tutorials diff --git a/subprojects/gst-docs/markdown/installing/on-mac-osx.md b/subprojects/gst-docs/markdown/installing/on-mac-osx.md index f8e6771d11..970df69710 100644 --- a/subprojects/gst-docs/markdown/installing/on-mac-osx.md +++ b/subprojects/gst-docs/markdown/installing/on-mac-osx.md @@ -77,7 +77,7 @@ following [link](https://developer.apple.com/library/mac/#documentation/MacOSX/C The tutorials code, along with project files and a solution file for them all, are in the -[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the +[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the `examples/tutorials` subdirectory. To start building the tutorials, create a new folder in your Documents diff --git a/subprojects/gst-docs/markdown/installing/on-windows.md b/subprojects/gst-docs/markdown/installing/on-windows.md index 8c34070fbf..84331093a9 100644 --- a/subprojects/gst-docs/markdown/installing/on-windows.md +++ b/subprojects/gst-docs/markdown/installing/on-windows.md @@ -103,7 +103,7 @@ environment variable to point where the plugins are located. The tutorials code, along with project files and a solution file for Visual Studio 2010, are in the -[gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/) in the +[gst-docs](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs) in the `examples/tutorials` folder. In order to prevent accidental modification of the original code, and to diff --git a/subprojects/gst-docs/scripts/RELEASE_README.md b/subprojects/gst-docs/scripts/RELEASE_README.md index 6fd7891ffe..670c3d53af 100644 --- a/subprojects/gst-docs/scripts/RELEASE_README.md +++ b/subprojects/gst-docs/scripts/RELEASE_README.md @@ -1,6 +1,6 @@ # GStreamer documentation -This is the released version of the [GStreamer documentation](https://gitlab.freedesktop.org/gstreamer/gst-docs), it contains +This is the released version of the [GStreamer documentation](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-docs), it contains two folders: * html/: The static website documentation which can be hosted anywhere and diff --git a/subprojects/gst-examples/webrtc/README.md b/subprojects/gst-examples/webrtc/README.md index d9e728f2a7..7818e70151 100644 --- a/subprojects/gst-examples/webrtc/README.md +++ b/subprojects/gst-examples/webrtc/README.md @@ -19,15 +19,8 @@ The easiest way to build the webrtc plugin and all the plugins it needs, is to [ For hacking on the webrtc plugin, you may want to build manually using the git repositories: - http://gitlab.freedesktop.org/gstreamer/gstreamer - - http://gitlab.freedesktop.org/gstreamer/gst-plugins-base - - http://gitlab.freedesktop.org/gstreamer/gst-plugins-good - - http://gitlab.freedesktop.org/gstreamer/gst-plugins-bad - http://gitlab.freedesktop.org/libnice/libnice -Or with Meson gst-build: - -https://gitlab.freedesktop.org/gstreamer/gst-build/ - You may need to install the following packages using your package manager: json-glib, libsoup, libnice, libnice-gstreamer1 (the gstreamer plugin for libnice, called gstreamer1.0-nice Debian)