docs: update to mono repo locations

Some links/repos in the documentation were still pointing to old
repositories, change to mono repository

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2982>
This commit is contained in:
Stéphane Cerveau 2022-09-06 09:53:51 +02:00
parent a7f9c97454
commit 0c96e838e8
7 changed files with 7 additions and 14 deletions

View file

@ -72,7 +72,7 @@ interact through [JNI][Java Native Interface].
### Building the tutorials ### Building the tutorials
The tutorials code are in the 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. `examples/tutorials/` folder.
There are a few Android-specific tutorials in the `tutorials/` There are a few Android-specific tutorials in the `tutorials/`

View file

@ -50,7 +50,7 @@ example.
#### Building the tutorials #### Building the tutorials
The tutorials code are in the 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 `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 in Xcode, take a look at the sources and build them. This should
confirm that the installation works and give some insight on how confirm that the installation works and give some insight on how

View file

@ -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 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 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: 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 #### Building the tutorials

View file

@ -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 The tutorials code, along with project files and a solution file for
them all, are in the 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. `examples/tutorials` subdirectory.
To start building the tutorials, create a new folder in your Documents To start building the tutorials, create a new folder in your Documents

View file

@ -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 The tutorials code, along with project files and a solution file for
Visual Studio 2010, are in the 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. `examples/tutorials` folder.
In order to prevent accidental modification of the original code, and to In order to prevent accidental modification of the original code, and to

View file

@ -1,6 +1,6 @@
# GStreamer documentation # 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: two folders:
* html/: The static website documentation which can be hosted anywhere and * html/: The static website documentation which can be hosted anywhere and

View file

@ -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: 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/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 - 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: 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) json-glib, libsoup, libnice, libnice-gstreamer1 (the gstreamer plugin for libnice, called gstreamer1.0-nice Debian)