Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gstreamer-rs
Commits
654d98b2
Commit
654d98b2
authored
Dec 13, 2018
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md to mention that this also allows writing GStreamer plugins
And clarify that gst-plugins-rs only contains various plugins.
parent
d780b92f
Pipeline
#12127
failed with stages
in 27 seconds
Changes
15
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
75 additions
and
45 deletions
+75
-45
README.md
README.md
+5
-3
gstreamer-app/README.md
gstreamer-app/README.md
+5
-3
gstreamer-audio/README.md
gstreamer-audio/README.md
+5
-3
gstreamer-base/README.md
gstreamer-base/README.md
+5
-3
gstreamer-check/README.md
gstreamer-check/README.md
+5
-3
gstreamer-editing-services/README.md
gstreamer-editing-services/README.md
+5
-3
gstreamer-net/README.md
gstreamer-net/README.md
+5
-3
gstreamer-pbutils/README.md
gstreamer-pbutils/README.md
+5
-3
gstreamer-player/README.md
gstreamer-player/README.md
+5
-3
gstreamer-rtsp-server/README.md
gstreamer-rtsp-server/README.md
+5
-3
gstreamer-rtsp/README.md
gstreamer-rtsp/README.md
+5
-3
gstreamer-sdp/README.md
gstreamer-sdp/README.md
+5
-3
gstreamer-video/README.md
gstreamer-video/README.md
+5
-3
gstreamer-webrtc/README.md
gstreamer-webrtc/README.md
+5
-3
gstreamer/README.md
gstreamer/README.md
+5
-3
No files found.
README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-app/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_app/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-audio/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_audio/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-base/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_base/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-check/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_check/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-editing-services/README.md
View file @
654d98b2
...
@@ -11,7 +11,7 @@ unsafety even in the rust bindings. We strongly encourage you to run with
...
@@ -11,7 +11,7 @@ unsafety even in the rust bindings. We strongly encourage you to run with
GES >= 1.16.
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.
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -177,6 +175,10 @@ Rust can be found in the
...
@@ -177,6 +175,10 @@ Rust can be found in the
[
examples
](
https://github.com/sdroege/gstreamer-rs/tree/master/examples
)
[
examples
](
https://github.com/sdroege/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-net/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_net/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-pbutils/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_pbutils/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-player/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_player/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-rtsp-server/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp_server/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-rtsp/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-sdp/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_sdp/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-video/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_video/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer-webrtc/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_webrtc/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.
directory.
Various GStreamer plugins written in Rust can be found in the
[
gst-plugins-rs
](
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
)
repository.
<a
name=
"license"
/>
<a
name=
"license"
/>
## LICENSE
## LICENSE
...
...
gstreamer/README.md
View file @
654d98b2
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
Documentation can be found
[
here
](
https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/
)
.
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
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/
)
.
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
...
@@ -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
)
.
written and the repository can be found
[
here
](
https://github.com/arturoc/gstreamer1.0-rs
)
.
The API of the two is incompatible.
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
## Table of Contents
1.
[
Installation
](
#installation
)
1.
[
Installation
](
#installation
)
1.
[
Linux/BSDs
](
#installation-linux
)
1.
[
Linux/BSDs
](
#installation-linux
)
...
@@ -172,6 +170,10 @@ Rust can be found in the
...
@@ -172,6 +170,10 @@ Rust can be found in the
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
[
examples
](
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples
)
directory.