mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-03 15:58:42 +00:00
Add tutorial to README.md
This commit is contained in:
parent
d98c666bd9
commit
2996eaf287
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ API builds upon the [application-side GStreamer bindings](https://github.com/sdr
|
||||||
Check the README.md of that repository also for details about how to set-up
|
Check the README.md of that repository also for details about how to set-up
|
||||||
your development environment.
|
your development environment.
|
||||||
|
|
||||||
Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-rs/).
|
Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-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/).
|
||||||
|
|
||||||
For background and motivation, see the [announcement
|
For background and motivation, see the [announcement
|
||||||
blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/)
|
blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/)
|
||||||
|
|
|
@ -12,7 +12,7 @@ API builds upon the [application-side GStreamer bindings](https://github.com/sdr
|
||||||
Check the README.md of that repository also for details about how to set-up
|
Check the README.md of that repository also for details about how to set-up
|
||||||
your development environment.
|
your development environment.
|
||||||
|
|
||||||
Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-rs/).
|
Various example plugins can be found in the [GIT repository](https://github.com/sdroege/gst-plugin-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/).
|
||||||
|
|
||||||
For background and motivation, see the [announcement
|
For background and motivation, see the [announcement
|
||||||
blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/)
|
blogpost](https://coaxion.net/blog/2016/05/writing-gstreamer-plugins-and-elements-in-rust/)
|
||||||
|
|
Loading…
Reference in a new issue