Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-12-13 21:05:57 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-12-13 21:07:24 +0300
commitd770cbf83945cdbf23afa488a6d5b4e5bc855a29 (patch)
treea4c11d39028695a7ff6931bc228327eb901e5938 /README.md
parent0792fe4f1affd16ae28158022fc4eb80964067d3 (diff)
Remove some historical cruft from the README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 5 insertions, 20 deletions
diff --git a/README.md b/README.md
index 1057b171a..465c3ad88 100644
--- a/README.md
+++ b/README.md
@@ -2,29 +2,14 @@
# gst-plugins-rs [![crates.io](https://img.shields.io/crates/v/gst-plugin.svg)](https://crates.io/crates/gst-plugin) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/commits/master)
-Infrastructure for writing [GStreamer](https://gstreamer.freedesktop.org/)
-plugins and elements in the [Rust programming
-language](https://www.rust-lang.org/), and a collection of various GStreamer
-plugins.
-
-Documentation for the crate containing the infrastructure for writing
-GStreamer plugins in Rust, [`gst-plugin`](gst-plugin), can be found
-[here](https://slomo.pages.freedesktop.org/rustdocs/gst-plugin/gst_plugin). The whole
-API builds upon the [application-side GStreamer bindings](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs).
+Repository containing various [GStreamer](https://gstreamer.freedesktop.org/)
+plugins and elements written in the [Rust programming
+language](https://www.rust-lang.org/).
+
+The plugins build upon the [GStreamer Rust bindings](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs).
Check the README.md of that repository also for details about how to set-up
your development environment.
-Various example plugins can be found in the [GIT repository](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/). A blog post series about writing GStreamer plugins/elements can be found [here](https://coaxion.net/blog/2018/01/how-to-write-gstreamer-elements-in-rust-part-1-a-video-filter-for-converting-rgb-to-grayscale/)[2](https://coaxion.net/blog/2018/02/how-to-write-gstreamer-elements-in-rust-part-2-a-raw-audio-sine-wave-source/).
-
-For background and motivation, see the [announcement
-blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/)
-and the follow-up blogposts
-[1](https://coaxion.net/blog/2016/09/writing-gstreamer-elements-in-rust-part-2-dont-panic-we-have-better-assertions-now-and-other-updates/),
-[2](https://coaxion.net/blog/2016/11/writing-gstreamer-elements-in-rust-part-3-parsing-data-from-untrusted-sources-like-its-2016/),
-[3](https://coaxion.net/blog/2017/03/writing-gstreamer-elements-in-rust-part-4-logging-cows-and-plugins/).
-Note that the overall implementation has changed completely since those
-blogposts were written.
-
## LICENSE
gst-plugins-rs and all crates contained in here that are not listed below are