diff --git a/README.md b/README.md
index b5637cd7a331682e6769d195c8cca2d5bedb0937..c081e18355df33a95d7bc2beec8459b0b98c5035 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-app/README.md b/gstreamer-app/README.md
index 5534b604c12e402e44b15ceda6731578a31ec127..4a55507e12033ae5d6c7a09fa7c42e8476169825 100644
--- a/gstreamer-app/README.md
+++ b/gstreamer-app/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_app/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-audio/README.md b/gstreamer-audio/README.md
index 7c7c6eedac138fd218bf639884597a57b0a55f50..fe10c79521c332964da0de47ca5e9ea4328bc031 100644
--- a/gstreamer-audio/README.md
+++ b/gstreamer-audio/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_audio/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-base/README.md b/gstreamer-base/README.md
index 7bb68542c8c0674fffc97afdc1e55b4e60b39978..09ad20c83d213e7ca94eb642d177c8d96f27a0c3 100644
--- a/gstreamer-base/README.md
+++ b/gstreamer-base/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_base/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-check/README.md b/gstreamer-check/README.md
index 14784dabd4916af23136047007bbfacb912cef12..63aea35334a8ba39f345c9d1b4b33dd6f2630b9c 100644
--- a/gstreamer-check/README.md
+++ b/gstreamer-check/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_check/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-editing-services/README.md b/gstreamer-editing-services/README.md
index b6c03a135ef601b4dc1f81b13d6a78a6ee12b6a4..c8b936bec76dc0a115f3b17acc760d8fcd19f8b3 100644
--- a/gstreamer-editing-services/README.md
+++ b/gstreamer-editing-services/README.md
@@ -11,7 +11,7 @@ unsafety even in the rust bindings. We strongly encourage you to run with
GES >= 1.16.
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -21,8 +21,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -177,6 +175,10 @@ Rust can be found in the
[examples](https://github.com/sdroege/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-net/README.md b/gstreamer-net/README.md
index 5f28fa0fe02d23f0ebeeaf47629dd3c83e3bf8d4..b998a2bb493e3abc578aeb26fa8e0e4e42bbc29d 100644
--- a/gstreamer-net/README.md
+++ b/gstreamer-net/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_net/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-pbutils/README.md b/gstreamer-pbutils/README.md
index 31cc134f7d0dbea928bfb0c3424a3d08230ce214..0ad164a5cd122bce536e5c782dafa203235880b8 100644
--- a/gstreamer-pbutils/README.md
+++ b/gstreamer-pbutils/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_pbutils/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-player/README.md b/gstreamer-player/README.md
index f104914dae6a88d45ec5a41f2be284bf4ec9bd36..26c1c12c85513a92a768d1949ca0c9dd07a50b75 100644
--- a/gstreamer-player/README.md
+++ b/gstreamer-player/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_player/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-rtsp-server/README.md b/gstreamer-rtsp-server/README.md
index 6a2065d305105763c708b6c00b762db22343c76b..1413827a9fa0c530bb5db1f2c57f6f697bbdeb9d 100644
--- a/gstreamer-rtsp-server/README.md
+++ b/gstreamer-rtsp-server/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp_server/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-rtsp/README.md b/gstreamer-rtsp/README.md
index a987ca91dfd528f2c7eb176c641d1a62b435a92c..f488b03a08173633988fdface23961e3ddce19f7 100644
--- a/gstreamer-rtsp/README.md
+++ b/gstreamer-rtsp/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-sdp/README.md b/gstreamer-sdp/README.md
index c22a7b0a8d5b904962956e0bdfc7982340e1d9ea..84f9f4535fc1eb64dba961d4af638b61da37760d 100644
--- a/gstreamer-sdp/README.md
+++ b/gstreamer-sdp/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_sdp/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-video/README.md b/gstreamer-video/README.md
index 5bd1e55bae49bf75ccc318da24efda3d4f890372..9ff4898a03763fdf355191c248d29610fb6abffd 100644
--- a/gstreamer-video/README.md
+++ b/gstreamer-video/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_video/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer-webrtc/README.md b/gstreamer-webrtc/README.md
index 88830fc29e1ec18e2dbf2b515a89abbaa78f9fa4..4de76822889acc60ba98966806d134fb5c525211 100644
--- a/gstreamer-webrtc/README.md
+++ b/gstreamer-webrtc/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_webrtc/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE
diff --git a/gstreamer/README.md b/gstreamer/README.md
index b5637cd7a331682e6769d195c8cca2d5bedb0937..c081e18355df33a95d7bc2beec8459b0b98c5035 100644
--- a/gstreamer/README.md
+++ b/gstreamer/README.md
@@ -6,7 +6,7 @@
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/).
These bindings are providing a safe API that can be used to interface with
-GStreamer, e.g. for writing GStreamer-based applications.
+GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.
For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/).
@@ -16,8 +16,6 @@ API metadata provided by the GStreamer project. Older versions before 0.8.0 were
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
The API of the two is incompatible.
-A crate for writing GStreamer plugins in Rust can be found here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
-
## Table of Contents
1. [Installation](#installation)
1. [Linux/BSDs](#installation-linux)
@@ -172,6 +170,10 @@ Rust can be found in the
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
directory.
+Various GStreamer plugins written in Rust can be found in the
+[gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs)
+repository.
+
## LICENSE