From 11db200dd6a487bb08dbd760365852456a7fc701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Dec 2018 19:46:57 +0200 Subject: [PATCH] Remove some historical cruft from the README.md --- README.md | 8 ++------ gstreamer-app/README.md | 8 ++------ gstreamer-audio/README.md | 8 ++------ gstreamer-base/README.md | 8 ++------ gstreamer-check/README.md | 8 ++------ gstreamer-editing-services/README.md | 8 ++------ gstreamer-net/README.md | 8 ++------ gstreamer-pbutils/README.md | 8 ++------ gstreamer-player/README.md | 8 ++------ gstreamer-rtsp-server/README.md | 8 ++------ gstreamer-rtsp/README.md | 8 ++------ gstreamer-sdp/README.md | 8 ++------ gstreamer-video/README.md | 8 ++------ gstreamer-webrtc/README.md | 8 ++------ gstreamer/README.md | 8 ++------ 15 files changed, 30 insertions(+), 90 deletions(-) diff --git a/README.md b/README.md index c081e1835..ebf5ebd06 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-app/README.md b/gstreamer-app/README.md index 4a55507e1..6ce7d0978 100644 --- a/gstreamer-app/README.md +++ b/gstreamer-app/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-audio/README.md b/gstreamer-audio/README.md index fe10c7952..7075870c6 100644 --- a/gstreamer-audio/README.md +++ b/gstreamer-audio/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-base/README.md b/gstreamer-base/README.md index 09ad20c83..fad279a1e 100644 --- a/gstreamer-base/README.md +++ b/gstreamer-base/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-check/README.md b/gstreamer-check/README.md index 63aea3533..de414ee6d 100644 --- a/gstreamer-check/README.md +++ b/gstreamer-check/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-editing-services/README.md b/gstreamer-editing-services/README.md index c8b936bec..a8632ac33 100644 --- a/gstreamer-editing-services/README.md +++ b/gstreamer-editing-services/README.md @@ -13,13 +13,9 @@ 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 and GStreamer plugins. -For background and motivation, see the [announcement blogpost](https://coaxion.net/blog/2017/07/writing-gstreamer-applications-in-rust/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-net/README.md b/gstreamer-net/README.md index b998a2bb4..defe33e80 100644 --- a/gstreamer-net/README.md +++ b/gstreamer-net/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-pbutils/README.md b/gstreamer-pbutils/README.md index 0ad164a5c..b4f0f3e4d 100644 --- a/gstreamer-pbutils/README.md +++ b/gstreamer-pbutils/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-player/README.md b/gstreamer-player/README.md index 26c1c12c8..7f5881cbc 100644 --- a/gstreamer-player/README.md +++ b/gstreamer-player/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-rtsp-server/README.md b/gstreamer-rtsp-server/README.md index 1413827a9..8a7fed8e7 100644 --- a/gstreamer-rtsp-server/README.md +++ b/gstreamer-rtsp-server/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-rtsp/README.md b/gstreamer-rtsp/README.md index f488b03a0..da0dee457 100644 --- a/gstreamer-rtsp/README.md +++ b/gstreamer-rtsp/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-sdp/README.md b/gstreamer-sdp/README.md index 84f9f4535..cc0f8644d 100644 --- a/gstreamer-sdp/README.md +++ b/gstreamer-sdp/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-video/README.md b/gstreamer-video/README.md index 9ff4898a0..56793578e 100644 --- a/gstreamer-video/README.md +++ b/gstreamer-video/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer-webrtc/README.md b/gstreamer-webrtc/README.md index 4de768228..3f5cd7bcd 100644 --- a/gstreamer-webrtc/README.md +++ b/gstreamer-webrtc/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation) diff --git a/gstreamer/README.md b/gstreamer/README.md index c081e1835..ebf5ebd06 100644 --- a/gstreamer/README.md +++ b/gstreamer/README.md @@ -8,13 +8,9 @@ Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/g These bindings are providing a safe API that can be used to interface with 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/). - -The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/) +The bindings are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) -API metadata provided by the GStreamer project. Older versions before 0.8.0 were manually -written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs). -The API of the two is incompatible. +API metadata provided by the GStreamer project. ## Table of Contents 1. [Installation](#installation)