mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
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:
parent
a7f9c97454
commit
0c96e838e8
7 changed files with 7 additions and 14 deletions
|
@ -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/`
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue