From cc4c814095c31b37b730250fd5955e3db1032869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 Feb 2023 21:27:26 +0200 Subject: [PATCH] Update versions to 0.19.8 --- examples/Cargo.toml | 2 +- gstreamer-allocators/Cargo.toml | 2 +- gstreamer-allocators/sys/Cargo.toml | 2 +- gstreamer-app/Cargo.toml | 2 +- gstreamer-app/sys/Cargo.toml | 2 +- gstreamer-audio/Cargo.toml | 2 +- gstreamer-audio/sys/Cargo.toml | 2 +- gstreamer-base/Cargo.toml | 2 +- gstreamer-base/sys/Cargo.toml | 2 +- gstreamer-check/Cargo.toml | 2 +- gstreamer-check/sys/Cargo.toml | 2 +- gstreamer-controller/Cargo.toml | 2 +- gstreamer-controller/sys/Cargo.toml | 2 +- gstreamer-editing-services/Cargo.toml | 2 +- gstreamer-editing-services/sys/Cargo.toml | 2 +- gstreamer-gl/Cargo.toml | 2 +- gstreamer-gl/egl/Cargo.toml | 2 +- gstreamer-gl/egl/sys/Cargo.toml | 2 +- gstreamer-gl/sys/Cargo.toml | 2 +- gstreamer-gl/wayland/Cargo.toml | 2 +- gstreamer-gl/wayland/sys/Cargo.toml | 2 +- gstreamer-gl/x11/Cargo.toml | 2 +- gstreamer-gl/x11/sys/Cargo.toml | 2 +- gstreamer-mpegts/Cargo.toml | 2 +- gstreamer-mpegts/sys/Cargo.toml | 2 +- gstreamer-net/Cargo.toml | 2 +- gstreamer-net/sys/Cargo.toml | 2 +- gstreamer-pbutils/Cargo.toml | 2 +- gstreamer-pbutils/sys/Cargo.toml | 2 +- gstreamer-play/Cargo.toml | 2 +- gstreamer-play/sys/Cargo.toml | 2 +- gstreamer-player/Cargo.toml | 2 +- gstreamer-player/sys/Cargo.toml | 2 +- gstreamer-rtp/Cargo.toml | 2 +- gstreamer-rtp/sys/Cargo.toml | 2 +- gstreamer-rtsp-server/Cargo.toml | 2 +- gstreamer-rtsp-server/sys/Cargo.toml | 2 +- gstreamer-rtsp/Cargo.toml | 2 +- gstreamer-rtsp/sys/Cargo.toml | 2 +- gstreamer-sdp/Cargo.toml | 2 +- gstreamer-sdp/sys/Cargo.toml | 2 +- gstreamer-tag/sys/Cargo.toml | 2 +- gstreamer-utils/Cargo.toml | 2 +- gstreamer-validate/Cargo.toml | 2 +- gstreamer-validate/sys/Cargo.toml | 2 +- gstreamer-video/Cargo.toml | 2 +- gstreamer-video/sys/Cargo.toml | 2 +- gstreamer-webrtc/Cargo.toml | 2 +- gstreamer-webrtc/sys/Cargo.toml | 2 +- gstreamer/Cargo.toml | 2 +- gstreamer/sys/Cargo.toml | 2 +- tutorials/Cargo.toml | 2 +- 52 files changed, 52 insertions(+), 52 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 83e3ece6a..aee17985c 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "examples" -version = "0.19.7" +version = "0.19.8" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021" diff --git a/gstreamer-allocators/Cargo.toml b/gstreamer-allocators/Cargo.toml index 9b2d5a93d..54686f6a5 100644 --- a/gstreamer-allocators/Cargo.toml +++ b/gstreamer-allocators/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-allocators" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Allocators library" diff --git a/gstreamer-allocators/sys/Cargo.toml b/gstreamer-allocators/sys/Cargo.toml index 956830121..5de54ac6d 100644 --- a/gstreamer-allocators/sys/Cargo.toml +++ b/gstreamer-allocators/sys/Cargo.toml @@ -48,7 +48,7 @@ name = "gstreamer-allocators-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" rust-version = "1.63" -version = "0.19.7" +version = "0.19.8" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.gstreamer_allocators_1_0] diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 3303e3126..b899140c5 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-app" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer App library" diff --git a/gstreamer-app/sys/Cargo.toml b/gstreamer-app/sys/Cargo.toml index 319e7a603..d444e47cb 100644 --- a/gstreamer-app/sys/Cargo.toml +++ b/gstreamer-app/sys/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" name = "gstreamer-app-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index 91e5972dd..15778c16f 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-audio" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Audio library" diff --git a/gstreamer-audio/sys/Cargo.toml b/gstreamer-audio/sys/Cargo.toml index c6f5998b9..ee90cf421 100644 --- a/gstreamer-audio/sys/Cargo.toml +++ b/gstreamer-audio/sys/Cargo.toml @@ -51,7 +51,7 @@ license = "MIT" name = "gstreamer-audio-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index f9e90355b..d3f9066dc 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-base" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Base library" diff --git a/gstreamer-base/sys/Cargo.toml b/gstreamer-base/sys/Cargo.toml index c7b0e7b9d..b00ec1766 100644 --- a/gstreamer-base/sys/Cargo.toml +++ b/gstreamer-base/sys/Cargo.toml @@ -48,7 +48,7 @@ license = "MIT" name = "gstreamer-base-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index ca7267854..14cecce64 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-check" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Check library" diff --git a/gstreamer-check/sys/Cargo.toml b/gstreamer-check/sys/Cargo.toml index 673d1c964..92c26e10b 100644 --- a/gstreamer-check/sys/Cargo.toml +++ b/gstreamer-check/sys/Cargo.toml @@ -46,7 +46,7 @@ license = "MIT" name = "gstreamer-check-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-controller/Cargo.toml b/gstreamer-controller/Cargo.toml index c8439564e..68bb6210f 100644 --- a/gstreamer-controller/Cargo.toml +++ b/gstreamer-controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-controller" -version = "0.19.7" +version = "0.19.8" authors = ["Alexey Galakhov ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Controller library" diff --git a/gstreamer-controller/sys/Cargo.toml b/gstreamer-controller/sys/Cargo.toml index 5f93e339b..635e6acea 100644 --- a/gstreamer-controller/sys/Cargo.toml +++ b/gstreamer-controller/sys/Cargo.toml @@ -47,7 +47,7 @@ license = "MIT" name = "gstreamer-controller-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-editing-services/Cargo.toml b/gstreamer-editing-services/Cargo.toml index 3311fd934..695b12d75 100644 --- a/gstreamer-editing-services/Cargo.toml +++ b/gstreamer-editing-services/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-editing-services" -version = "0.19.7" +version = "0.19.8" authors = ["Thibault Saunier ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Editing Services" diff --git a/gstreamer-editing-services/sys/Cargo.toml b/gstreamer-editing-services/sys/Cargo.toml index aa82d7770..a0208e1c3 100644 --- a/gstreamer-editing-services/sys/Cargo.toml +++ b/gstreamer-editing-services/sys/Cargo.toml @@ -57,7 +57,7 @@ license = "MIT" name = "gstreamer-editing-services-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-gl/Cargo.toml b/gstreamer-gl/Cargo.toml index 1adcee42a..c156e3986 100644 --- a/gstreamer-gl/Cargo.toml +++ b/gstreamer-gl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl" -version = "0.19.7" +version = "0.19.8" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/egl/Cargo.toml b/gstreamer-gl/egl/Cargo.toml index 40673a628..c5fa9a1b5 100644 --- a/gstreamer-gl/egl/Cargo.toml +++ b/gstreamer-gl/egl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-egl" -version = "0.19.7" +version = "0.19.8" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/egl/sys/Cargo.toml b/gstreamer-gl/egl/sys/Cargo.toml index 79185cbf0..753f7af30 100644 --- a/gstreamer-gl/egl/sys/Cargo.toml +++ b/gstreamer-gl/egl/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-gl-egl-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.system-deps.gstreamer_gl_egl_1_0] diff --git a/gstreamer-gl/sys/Cargo.toml b/gstreamer-gl/sys/Cargo.toml index ae379ca44..cf932dc00 100644 --- a/gstreamer-gl/sys/Cargo.toml +++ b/gstreamer-gl/sys/Cargo.toml @@ -56,7 +56,7 @@ license = "MIT" name = "gstreamer-gl-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-gl/wayland/Cargo.toml b/gstreamer-gl/wayland/Cargo.toml index c62d1d791..23d67d886 100644 --- a/gstreamer-gl/wayland/Cargo.toml +++ b/gstreamer-gl/wayland/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-wayland" -version = "0.19.7" +version = "0.19.8" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/wayland/sys/Cargo.toml b/gstreamer-gl/wayland/sys/Cargo.toml index 02a70ef5e..e21ccad73 100644 --- a/gstreamer-gl/wayland/sys/Cargo.toml +++ b/gstreamer-gl/wayland/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-gl-wayland-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.system-deps.gstreamer_gl_wayland_1_0] diff --git a/gstreamer-gl/x11/Cargo.toml b/gstreamer-gl/x11/Cargo.toml index cf6e549a5..91ba4eacc 100644 --- a/gstreamer-gl/x11/Cargo.toml +++ b/gstreamer-gl/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-gl-x11" -version = "0.19.7" +version = "0.19.8" authors = [ "Sebastian Dröge ", "Víctor M. Jáquez L. " diff --git a/gstreamer-gl/x11/sys/Cargo.toml b/gstreamer-gl/x11/sys/Cargo.toml index 976d41fb4..b5a2c50fa 100644 --- a/gstreamer-gl/x11/sys/Cargo.toml +++ b/gstreamer-gl/x11/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-gl-x11-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.system-deps.gstreamer_gl_x11_1_0] diff --git a/gstreamer-mpegts/Cargo.toml b/gstreamer-mpegts/Cargo.toml index 817130bf7..6632ecae3 100644 --- a/gstreamer-mpegts/Cargo.toml +++ b/gstreamer-mpegts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-mpegts" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge ", "Rafael Caricio "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer MpegTs library" diff --git a/gstreamer-mpegts/sys/Cargo.toml b/gstreamer-mpegts/sys/Cargo.toml index 29b315c6f..d34d5a9a7 100644 --- a/gstreamer-mpegts/sys/Cargo.toml +++ b/gstreamer-mpegts/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-mpegts-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index a3494e83c..8ec798eb2 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-net" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Net library" diff --git a/gstreamer-net/sys/Cargo.toml b/gstreamer-net/sys/Cargo.toml index 986205bf9..2efb0173c 100644 --- a/gstreamer-net/sys/Cargo.toml +++ b/gstreamer-net/sys/Cargo.toml @@ -46,7 +46,7 @@ license = "MIT" name = "gstreamer-net-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-pbutils/Cargo.toml b/gstreamer-pbutils/Cargo.toml index 3e6e21d94..79e8c7e4d 100644 --- a/gstreamer-pbutils/Cargo.toml +++ b/gstreamer-pbutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-pbutils" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Base Utils library" diff --git a/gstreamer-pbutils/sys/Cargo.toml b/gstreamer-pbutils/sys/Cargo.toml index ba388e24f..294e8b919 100644 --- a/gstreamer-pbutils/sys/Cargo.toml +++ b/gstreamer-pbutils/sys/Cargo.toml @@ -56,7 +56,7 @@ license = "MIT" name = "gstreamer-pbutils-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-play/Cargo.toml b/gstreamer-play/Cargo.toml index 2c8f39c2a..f225f1bee 100644 --- a/gstreamer-play/Cargo.toml +++ b/gstreamer-play/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-play" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Play library" diff --git a/gstreamer-play/sys/Cargo.toml b/gstreamer-play/sys/Cargo.toml index 7ddc44d89..4da69da69 100644 --- a/gstreamer-play/sys/Cargo.toml +++ b/gstreamer-play/sys/Cargo.toml @@ -48,7 +48,7 @@ license = "MIT" name = "gstreamer-play-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index 7b944caca..780ebd895 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-player" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Player library" diff --git a/gstreamer-player/sys/Cargo.toml b/gstreamer-player/sys/Cargo.toml index adbb1572b..ee8a0e82d 100644 --- a/gstreamer-player/sys/Cargo.toml +++ b/gstreamer-player/sys/Cargo.toml @@ -51,7 +51,7 @@ license = "MIT" name = "gstreamer-player-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-rtp/Cargo.toml b/gstreamer-rtp/Cargo.toml index f42520400..c477be090 100644 --- a/gstreamer-rtp/Cargo.toml +++ b/gstreamer-rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtp" -version = "0.19.7" +version = "0.19.8" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Rtp library" diff --git a/gstreamer-rtp/sys/Cargo.toml b/gstreamer-rtp/sys/Cargo.toml index 544531847..16c5b270e 100644 --- a/gstreamer-rtp/sys/Cargo.toml +++ b/gstreamer-rtp/sys/Cargo.toml @@ -45,7 +45,7 @@ license = "MIT" name = "gstreamer-rtp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp-server/Cargo.toml b/gstreamer-rtsp-server/Cargo.toml index ffa3cb89e..0fc5479fa 100644 --- a/gstreamer-rtsp-server/Cargo.toml +++ b/gstreamer-rtsp-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp-server" -version = "0.19.7" +version = "0.19.8" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer RTSP Server library" diff --git a/gstreamer-rtsp-server/sys/Cargo.toml b/gstreamer-rtsp-server/sys/Cargo.toml index 5b07fe830..603f59b38 100644 --- a/gstreamer-rtsp-server/sys/Cargo.toml +++ b/gstreamer-rtsp-server/sys/Cargo.toml @@ -67,7 +67,7 @@ license = "MIT" name = "gstreamer-rtsp-server-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-rtsp/Cargo.toml b/gstreamer-rtsp/Cargo.toml index a9ce6d575..4de017bf5 100644 --- a/gstreamer-rtsp/Cargo.toml +++ b/gstreamer-rtsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-rtsp" -version = "0.19.7" +version = "0.19.8" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Rtsp library" diff --git a/gstreamer-rtsp/sys/Cargo.toml b/gstreamer-rtsp/sys/Cargo.toml index c04e0f209..1aab32960 100644 --- a/gstreamer-rtsp/sys/Cargo.toml +++ b/gstreamer-rtsp/sys/Cargo.toml @@ -57,7 +57,7 @@ license = "MIT" name = "gstreamer-rtsp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-sdp/Cargo.toml b/gstreamer-sdp/Cargo.toml index 3dca9e880..21fa5ec1a 100644 --- a/gstreamer-sdp/Cargo.toml +++ b/gstreamer-sdp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-sdp" -version = "0.19.7" +version = "0.19.8" authors = ["Mathieu Duponchelle ", "Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Sdp library" diff --git a/gstreamer-sdp/sys/Cargo.toml b/gstreamer-sdp/sys/Cargo.toml index 3e79206ed..7e24b91f5 100644 --- a/gstreamer-sdp/sys/Cargo.toml +++ b/gstreamer-sdp/sys/Cargo.toml @@ -40,7 +40,7 @@ license = "MIT" name = "gstreamer-sdp-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-tag/sys/Cargo.toml b/gstreamer-tag/sys/Cargo.toml index 8d9001a68..62578ff3a 100644 --- a/gstreamer-tag/sys/Cargo.toml +++ b/gstreamer-tag/sys/Cargo.toml @@ -46,7 +46,7 @@ license = "MIT" name = "gstreamer-tag-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-utils/Cargo.toml b/gstreamer-utils/Cargo.toml index 705a25cbf..ea62bd82f 100644 --- a/gstreamer-utils/Cargo.toml +++ b/gstreamer-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-utils" -version = "0.19.7" +version = "0.19.8" authors = ["Mathieu Duponchelle ", "Thibault Saunier "] categories = ["multimedia"] description = "Exposes an object to build several Gst pipeline with one producer and several consumer" diff --git a/gstreamer-validate/Cargo.toml b/gstreamer-validate/Cargo.toml index 77d328536..fd08eb340 100644 --- a/gstreamer-validate/Cargo.toml +++ b/gstreamer-validate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-validate" -version = "0.19.7" +version = "0.19.8" authors = ["Philippe Normand "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer WebRTC library" diff --git a/gstreamer-validate/sys/Cargo.toml b/gstreamer-validate/sys/Cargo.toml index 3177a1e6e..19af72b12 100644 --- a/gstreamer-validate/sys/Cargo.toml +++ b/gstreamer-validate/sys/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "gstreamer-validate-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.57" [package.metadata.docs.rs] diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 9b55156b7..d82baeec6 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-video" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Video library" diff --git a/gstreamer-video/sys/Cargo.toml b/gstreamer-video/sys/Cargo.toml index 1ee9f4bcd..6bba6673c 100644 --- a/gstreamer-video/sys/Cargo.toml +++ b/gstreamer-video/sys/Cargo.toml @@ -51,7 +51,7 @@ license = "MIT" name = "gstreamer-video-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer-webrtc/Cargo.toml b/gstreamer-webrtc/Cargo.toml index 9dc90d652..551046d4f 100644 --- a/gstreamer-webrtc/Cargo.toml +++ b/gstreamer-webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer-webrtc" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer WebRTC library" diff --git a/gstreamer-webrtc/sys/Cargo.toml b/gstreamer-webrtc/sys/Cargo.toml index ab8bbba56..8e962a153 100644 --- a/gstreamer-webrtc/sys/Cargo.toml +++ b/gstreamer-webrtc/sys/Cargo.toml @@ -46,7 +46,7 @@ license = "MIT" name = "gstreamer-webrtc-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/gstreamer/Cargo.toml b/gstreamer/Cargo.toml index d845ae23d..e4a0c2a0a 100644 --- a/gstreamer/Cargo.toml +++ b/gstreamer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gstreamer" -version = "0.19.7" +version = "0.19.8" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer" diff --git a/gstreamer/sys/Cargo.toml b/gstreamer/sys/Cargo.toml index 61531aada..e161cacab 100644 --- a/gstreamer/sys/Cargo.toml +++ b/gstreamer/sys/Cargo.toml @@ -43,7 +43,7 @@ license = "MIT" name = "gstreamer-sys" readme = "README.md" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" -version = "0.19.7" +version = "0.19.8" edition = "2021" rust-version = "1.63" [package.metadata.docs.rs] diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index f6a3319a1..6820f7ad9 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tutorials" -version = "0.19.7" +version = "0.19.8" license = "MIT" authors = ["Sebastian Dröge "] edition = "2021"