From d770cbf83945cdbf23afa488a6d5b4e5bc855a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Dec 2018 20:05:57 +0200 Subject: [PATCH] Remove some historical cruft from the README.md --- README.md | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 1057b171..465c3ad8 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. +Repository containing various [GStreamer](https://gstreamer.freedesktop.org/) +plugins and elements written in the [Rust programming +language](https://www.rust-lang.org/). -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). +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