diff --git a/README.md b/README.md index d750202eb..4484fee38 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer.svg)](https://crates.io/crates/gstreamer) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/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 GStreamer, e.g. for writing GStreamer-based applications. @@ -147,7 +147,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 50cb1f033..5d72a5423 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_app" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_app" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-app/README.md b/gstreamer-app/README.md index bd35fe2e9..e826538bd 100644 --- a/gstreamer-app/README.md +++ b/gstreamer-app/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-app.svg)](https://crates.io/crates/gstreamer-app) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (App library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 440763491..e136afcb7 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_audio" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_audio" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-audio/README.md b/gstreamer-audio/README.md index f58b287bb..2eba44a38 100644 --- a/gstreamer-audio/README.md +++ b/gstreamer-audio/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-audio.svg)](https://crates.io/crates/gstreamer-audio) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Audio library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index fd0855aac..72df563b9 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_base" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_base" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-base/README.md b/gstreamer-base/README.md index 535ad1073..d8b5be4f1 100644 --- a/gstreamer-base/README.md +++ b/gstreamer-base/README.md @@ -1,7 +1,7 @@ -# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-app.svg)](https://crates.io/crates/gstreamer-app) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) +# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-base.svg)](https://crates.io/crates/gstreamer-base) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Base library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index 71aa3738f..8c286665d 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_check" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_check" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-check/README.md b/gstreamer-check/README.md index 3dd942aab..ea29c622a 100644 --- a/gstreamer-check/README.md +++ b/gstreamer-check/README.md @@ -1,7 +1,7 @@ -# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-app.svg)](https://crates.io/crates/gstreamer-app) [![Build Status](https://travis-ci.org/sdroege/gstreamer-rs.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-rs) +# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-check.svg)](https://crates.io/crates/gstreamer-check) [![Build Status](https://travis-ci.org/sdroege/gstreamer-rs.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-rs) [GStreamer](https://gstreamer.freedesktop.org/) (Check library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow @@ -134,12 +134,12 @@ In addition there are [tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the GStreamer website. Many of them were ported to Rust already and the code can be found in the -[tutorials](https://github.com/sdroege/gstreamer-rs/tree/master/tutorials) +[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials) directory. Some further examples for various aspects of GStreamer and how to use it from Rust can be found in the -[examples](https://github.com/sdroege/gstreamer-rs/tree/master/examples) +[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples) directory. diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index 6f5a79216..317fba00d 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_editing_services" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_editing_services" keywords = ["gstreamer", "multimedia", "gnome", "nle", "video editing"] build = "build.rs" diff --git a/gstreamer-editing-services/README.md b/gstreamer-editing-services/README.md index 1802fa412..29b869f0f 100644 --- a/gstreamer-editing-services/README.md +++ b/gstreamer-editing-services/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-editing-services.svg)](https://crates.io/crates/gstreamer-editing-services) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer Editing Services](https://gstreamer.freedesktop.org/) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_editing_services/). NOTE: The GStreamer Editing Services API is not Thread Safe and before the 1.16 release this was not properly expressed in the code, leading to possible data @@ -122,7 +122,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index 9cf244496..e48d4c6cb 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_net" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_net" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-net/README.md b/gstreamer-net/README.md index ea7a1f086..ae625d088 100644 --- a/gstreamer-net/README.md +++ b/gstreamer-net/README.md @@ -1,7 +1,7 @@ -# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-app.svg)](https://crates.io/crates/gstreamer-app) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) +# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-net.svg)](https://crates.io/crates/gstreamer-net) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Net library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index f00eb3551..d630d5160 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_pbutils" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_pbutils" keywords = ["gstreamer", "multimedia", "audio", "pbutils", "gnome"] build = "build.rs" diff --git a/gstreamer-pbutils/README.md b/gstreamer-pbutils/README.md index 772fa3979..5e2cb8b22 100644 --- a/gstreamer-pbutils/README.md +++ b/gstreamer-pbutils/README.md @@ -1,7 +1,7 @@ -# gstreamer-pbutils-rs [![crates.io](https://img.shields.io/crates/v/gstreamer.svg)](https://crates.io/crates/gstreamer) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) +# gstreamer-pbutils-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-pbutils.svg)](https://crates.io/crates/gstreamer-pbutils) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Pbutils library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 5e3b5c08b..ad0582c62 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_player" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_player" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-player/README.md b/gstreamer-player/README.md index bd69ded22..e2e2da444 100644 --- a/gstreamer-player/README.md +++ b/gstreamer-player/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-player.svg)](https://crates.io/crates/gstreamer-player) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Player library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index 75fb0e0ca..1e6f10f1b 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_rtsp_server" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp_server" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-rtsp-server/README.md b/gstreamer-rtsp-server/README.md index 6eb4ace37..ca1b2500a 100644 --- a/gstreamer-rtsp-server/README.md +++ b/gstreamer-rtsp-server/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-rtsp-server.svg)](https://crates.io/crates/gstreamer-rtsp-server) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Rtsp Server library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index d621315ac..f011c9302 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_rtsp" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-rtsp/README.md b/gstreamer-rtsp/README.md index 090b1a4f7..e6f653224 100644 --- a/gstreamer-rtsp/README.md +++ b/gstreamer-rtsp/README.md @@ -1,7 +1,7 @@ -# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-sdp.svg)](https://crates.io/crates/gstreamer-sdp) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) +# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-rtsp.svg)](https://crates.io/crates/gstreamer-rtsp) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) -[GStreamer](https://gstreamer.freedesktop.org/) (Sdp library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +[GStreamer](https://gstreamer.freedesktop.org/) (Rtsp library) bindings for Rust. +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index 7f164ab30..60a47d2ef 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_sdp" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_sdp" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-sdp/README.md b/gstreamer-sdp/README.md index 090b1a4f7..ecf5c2262 100644 --- a/gstreamer-sdp/README.md +++ b/gstreamer-sdp/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-sdp.svg)](https://crates.io/crates/gstreamer-sdp) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Sdp library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 2794bbbc0..123ed8483 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_video" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_video" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-video/README.md b/gstreamer-video/README.md index 750bc6800..0ac1df8a1 100644 --- a/gstreamer-video/README.md +++ b/gstreamer-video/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-video.svg)](https://crates.io/crates/gstreamer-video) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) (Video library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index dfde62ca1..8f29beaf2 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_webrtc" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_webrtc" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-webrtc/README.md b/gstreamer-webrtc/README.md index c9e4bc58e..306f261aa 100644 --- a/gstreamer-webrtc/README.md +++ b/gstreamer-webrtc/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-webrtc.svg)](https://crates.io/crates/gstreamer-webrtc) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) -[GStreamer](https://gstreamer.freedesktop.org/) (Base library) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/). +[GStreamer](https://gstreamer.freedesktop.org/) (WebRTC library) bindings for Rust. +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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index 588cea9f9..a742064b6 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer" +documentation = "https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer/README.md b/gstreamer/README.md index 1f3eacf6c..a622df08d 100644 --- a/gstreamer/README.md +++ b/gstreamer/README.md @@ -1,7 +1,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer.svg)](https://crates.io/crates/gstreamer) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master) [GStreamer](https://gstreamer.freedesktop.org/) bindings for Rust. -Documentation can be found [here](https://sdroege.github.io/rustdoc/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 GStreamer, e.g. for writing GStreamer-based applications. @@ -118,7 +118,7 @@ $ export PKG_CONFIG_PATH="c:\\gstreamer\\1.0\\x86_64\\lib\\pkgconfig${PKG_CONFIG ## Getting Started The API reference can be found -[here](https://sdroege.github.io/rustdoc/gstreamer/gstreamer/), however it is +[here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer/), however it is only the Rust API reference and does not explain any of the concepts. For getting started with GStreamer development, the best would be to follow