diff --git a/README.md b/README.md index b59283882..b5637cd7a 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. @@ -148,7 +148,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 7117ae9b2..94b644f96 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 aeff3f10b..5534b604c 100644 --- a/gstreamer-app/README.md +++ b/gstreamer-app/README.md @@ -3,7 +3,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. @@ -148,7 +148,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 3520218f2..f3d4a9b3e 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 31353c42a..7c7c6eeda 100644 --- a/gstreamer-audio/README.md +++ b/gstreamer-audio/README.md @@ -3,7 +3,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. @@ -148,7 +148,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 849236b42..e103ee8e6 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 6775fcbd5..7bb68542c 100644 --- a/gstreamer-base/README.md +++ b/gstreamer-base/README.md @@ -3,7 +3,7 @@ # 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. @@ -148,7 +148,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 927b13be8..9651e6f62 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/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_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 28d968154..14784dabd 100644 --- a/gstreamer-check/README.md +++ b/gstreamer-check/README.md @@ -3,7 +3,7 @@ # gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-check.svg)](https://crates.io/crates/gstreamer-check) [![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/) (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. @@ -148,7 +148,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-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index 78f11f070..186dfdf66 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 0ca5ecf9c..310a6e599 100644 --- a/gstreamer-editing-services/README.md +++ b/gstreamer-editing-services/README.md @@ -3,7 +3,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 @@ -153,7 +153,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 16c3686e1..0f4c13b12 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 faabcf358..5f28fa0fe 100644 --- a/gstreamer-net/README.md +++ b/gstreamer-net/README.md @@ -3,7 +3,7 @@ # 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. @@ -148,7 +148,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 3d3568735..1acdbf0a8 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 1f24aa39a..31cc134f7 100644 --- a/gstreamer-pbutils/README.md +++ b/gstreamer-pbutils/README.md @@ -3,7 +3,7 @@ # 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. @@ -148,7 +148,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 d60dda4cc..a86842e80 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 eed17aae9..f104914da 100644 --- a/gstreamer-player/README.md +++ b/gstreamer-player/README.md @@ -3,7 +3,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. @@ -148,7 +148,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 caebb8305..4c74eef83 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 e10005638..6a2065d30 100644 --- a/gstreamer-rtsp-server/README.md +++ b/gstreamer-rtsp-server/README.md @@ -3,7 +3,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. @@ -148,7 +148,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 7dc427672..15e2fedc9 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 7911e0a8b..a987ca91d 100644 --- a/gstreamer-rtsp/README.md +++ b/gstreamer-rtsp/README.md @@ -3,7 +3,7 @@ # 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/) (RTSP 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/). These bindings are providing a safe API that can be used to interface with GStreamer, e.g. for writing GStreamer-based applications. @@ -148,7 +148,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 37f8c14a6..c13c2e2f3 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 d1921f314..c22a7b0a8 100644 --- a/gstreamer-sdp/README.md +++ b/gstreamer-sdp/README.md @@ -3,7 +3,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. @@ -148,7 +148,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 d68cc886a..f9334affc 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 02497d2f0..5bd1e55ba 100644 --- a/gstreamer-video/README.md +++ b/gstreamer-video/README.md @@ -3,7 +3,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. @@ -148,7 +148,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 001785c6e..23a9eb7a7 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 8238f05e9..88830fc29 100644 --- a/gstreamer-webrtc/README.md +++ b/gstreamer-webrtc/README.md @@ -3,7 +3,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/) (WebRTC 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_webrtc/). These bindings are providing a safe API that can be used to interface with GStreamer, e.g. for writing GStreamer-based applications. @@ -148,7 +148,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 74c754f08..820fa5046 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 b59283882..b5637cd7a 100644 --- a/gstreamer/README.md +++ b/gstreamer/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. @@ -148,7 +148,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