README: Replace shell with console codeblocks

This commit is contained in:
Marijn Suijten 2021-08-18 15:16:39 +02:00
parent 6db5ab5631
commit 068b078edf
20 changed files with 153 additions and 153 deletions

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -43,7 +43,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -57,9 +57,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -79,7 +79,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -100,7 +100,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -115,7 +115,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -142,7 +142,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -172,7 +172,7 @@ directory.
Some further examples for various aspects of GStreamer and how to use it from Some further examples for various aspects of GStreamer and how to use it from
Rust can be found in the Rust can be found in the
[examples](https://github.com/sdroege/gstreamer-rs/tree/master/examples) [examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory. directory.
Various GStreamer plugins written in Rust can be found in the Various GStreamer plugins written in Rust can be found in the

View file

@ -40,7 +40,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -48,7 +48,7 @@ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
``` ```
The minimum required version of the above libraries is >= 1.14. See The minimum required version of the above libraries is >= 1.14. See
the `Cargo.toml` files for the full details, the `Cargo.toml` files for the full details.
Package names on other distributions should be similar. Package names on other distributions should be similar.
Please submit a pull request with instructions for yours. Please submit a pull request with instructions for yours.
@ -66,7 +66,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -85,7 +85,7 @@ install them, e.g. `gstreamer-1.0-1.14.4-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -100,7 +100,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -125,7 +125,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -40,7 +40,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -48,7 +48,7 @@ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
``` ```
The minimum required version of the above libraries is >= 1.14. See The minimum required version of the above libraries is >= 1.14. See
the `Cargo.toml` files for the full details, the `Cargo.toml` files for the full details.
Package names on other distributions should be similar. Package names on other distributions should be similar.
Please submit a pull request with instructions for yours. Please submit a pull request with instructions for yours.
@ -66,7 +66,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -85,7 +85,7 @@ install them, e.g. `gstreamer-1.0-1.14.4-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -100,7 +100,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -125,7 +125,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -40,7 +40,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -48,7 +48,7 @@ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
``` ```
The minimum required version of the above libraries is >= 1.14. See The minimum required version of the above libraries is >= 1.14. See
the `Cargo.toml` files for the full details, the `Cargo.toml` files for the full details.
Package names on other distributions should be similar. Package names on other distributions should be similar.
Please submit a pull request with instructions for yours. Please submit a pull request with instructions for yours.
@ -66,7 +66,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -85,7 +85,7 @@ install them, e.g. `gstreamer-1.0-1.14.4-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -100,7 +100,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -125,7 +125,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -40,7 +40,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -48,7 +48,7 @@ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
``` ```
The minimum required version of the above libraries is >= 1.14. See The minimum required version of the above libraries is >= 1.14. See
the `Cargo.toml` files for the full details, the `Cargo.toml` files for the full details.
Package names on other distributions should be similar. Package names on other distributions should be similar.
Please submit a pull request with instructions for yours. Please submit a pull request with instructions for yours.
@ -66,7 +66,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -85,7 +85,7 @@ install them, e.g. `gstreamer-1.0-1.14.4-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -100,7 +100,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -125,7 +125,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```

View file

@ -38,7 +38,7 @@ package manager, or build them from source.
On Debian/Ubuntu they can be installed with On Debian/Ubuntu they can be installed with
```shell ```console
$ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ $ apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \ gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly \
@ -52,9 +52,9 @@ above packages, `libgstreamer-plugins-bad1.0-dev` is installed and
that the version is >= 1.12. See the `Cargo.toml` files for the full that the version is >= 1.12. See the `Cargo.toml` files for the full
details, details,
```shell ```console
# Only if you wish to install gstreamer-player, make sure the version $ # Only if you wish to install gstreamer-player, make sure the version
# of this package is >= 1.12. $ # of this package is >= 1.12.
$ apt-get install libgstreamer-plugins-bad1.0-dev $ apt-get install libgstreamer-plugins-bad1.0-dev
``` ```
@ -74,7 +74,7 @@ provided by the GStreamer project.
Homebrew only installs various plugins if explicitly enabled, so some extra Homebrew only installs various plugins if explicitly enabled, so some extra
`--with-*` flags may be required. `--with-*` flags may be required.
```shell ```console
$ brew install gstreamer gst-plugins-base gst-plugins-good \ $ brew install gstreamer gst-plugins-base gst-plugins-good \
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
gst-editing-services --with-orc --with-libogg --with-opus \ gst-editing-services --with-orc --with-libogg --with-opus \
@ -95,7 +95,7 @@ install them, e.g. `gstreamer-1.0-1.12.3-x86_64.pkg` and
After installation, you also need to install `pkg-config` (e.g. via Homebrew) After installation, you also need to install `pkg-config` (e.g. via Homebrew)
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="/Library/Frameworks/GStreamer.framework/Versions/Current/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```
@ -110,7 +110,7 @@ the GStreamer project.
#### MSYS2 / pacman #### MSYS2 / pacman
```shell ```console
$ pacman -S glib2-devel pkg-config \ $ pacman -S glib2-devel pkg-config \
mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \ mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-plugins-base \
mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \ mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad \
@ -137,7 +137,7 @@ After installation, you also need to install `pkg-config` (e.g. via MSYS2 or
from [here](https://sourceforge.net/projects/pkgconfiglite/)) from [here](https://sourceforge.net/projects/pkgconfiglite/))
and set the `PKG_CONFIG_PATH` environment variable and set the `PKG_CONFIG_PATH` environment variable
```shell ```console
$ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
``` ```