forked from mirrors/gstreamer-rs
Remove some historical cruft from the README.md
This commit is contained in:
parent
654d98b269
commit
11db200dd6
15 changed files with 30 additions and 90 deletions
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -13,13 +13,9 @@ GES >= 1.16.
|
||||||
These bindings are providing a safe API that can be used to interface with
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
|
@ -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
|
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.
|
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 are mostly autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
||||||
|
|
||||||
The bindings (since 0.8.0) are autogenerated with [gir](https://github.com/gtk-rs/gir/)
|
|
||||||
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)
|
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
|
API metadata provided by the GStreamer project.
|
||||||
written and the repository can be found [here](https://github.com/arturoc/gstreamer1.0-rs).
|
|
||||||
The API of the two is incompatible.
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
1. [Installation](#installation)
|
1. [Installation](#installation)
|
||||||
|
|
Loading…
Reference in a new issue