diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index e7238fbd..4ac32dd0 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 0621be52..b770990b 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.9.0" +version = "0.9.1" authors = ["Ruben Gonzalez "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index d3288cf3..b5d9446f 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.9.0" +version = "0.9.1" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 80527f1e..e95fe560 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/audio/spotify/Cargo.toml b/audio/spotify/Cargo.toml index b169aefa..2e202048 100644 --- a/audio/spotify/Cargo.toml +++ b/audio/spotify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-spotify" -version = "0.9.0" +version = "0.9.1" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml index d0af59ba..b9358fc1 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 760618b1..185c0124 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.9.0" +version = "0.9.1" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "GStreamer plugin for libsodium-based file encryption and decryption" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index 3b657510..9e895862 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "GStreamer Threadshare Plugin" diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml index 26c27613..ed34b227 100644 --- a/mux/flavors/Cargo.toml +++ b/mux/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/mux/fmp4/Cargo.toml b/mux/fmp4/Cargo.toml index 25b17508..6126a3c4 100644 --- a/mux/fmp4/Cargo.toml +++ b/mux/fmp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fmp4" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "GStreamer Fragmented MP4 Plugin" diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index 53678cba..c165c531 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-aws" -version = "0.9.0" +version = "0.9.1" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index 850d4a1a..ec7b4849 100644 --- a/net/hlssink3/Cargo.toml +++ b/net/hlssink3/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-hlssink3" description = "GStreamer HLS (HTTP Live Streaming) Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" -version = "0.9.0" +version = "0.9.1" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml index b37a296e..372c579d 100644 --- a/net/ndi/Cargo.toml +++ b/net/ndi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ndi" -version = "0.9.0" +version = "0.9.1" authors = ["Ruben Gonzalez ", "Daniel Vilar ", "Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml index 5cbdde60..d15b8b36 100644 --- a/net/onvif/Cargo.toml +++ b/net/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-onvif" -version = "0.9.0" +version = "0.9.1" authors = ["Mathieu Duponchelle "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/raptorq/Cargo.toml b/net/raptorq/Cargo.toml index 5b5608f2..b9c0cd67 100644 --- a/net/raptorq/Cargo.toml +++ b/net/raptorq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-raptorq" -version = "0.9.0" +version = "0.9.1" authors = ["Tomasz Andrzejak "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "GStreamer RaptorQ FEC Plugin" diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index f5ba2e04..adf268cb 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml index d2baf189..5f512e37 100644 --- a/net/rtp/Cargo.toml +++ b/net/rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rtp" -version = "0.9.0" +version = "0.9.1" authors = ["Vivienne Watermeier ", "Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 28e940b1..ab3cf8db 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Mathieu Duponchelle ", "Thibault Saunier "] license = "MPL-2.0" diff --git a/net/webrtc/protocol/Cargo.toml b/net/webrtc/protocol/Cargo.toml index a20e95a8..df08c973 100644 --- a/net/webrtc/protocol/Cargo.toml +++ b/net/webrtc/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc-signalling-protocol" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml index 315b9c77..9dd2c0a6 100644 --- a/net/webrtc/signalling/Cargo.toml +++ b/net/webrtc/signalling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc-signalling" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml index b7f33484..6a311aa1 100644 --- a/net/webrtchttp/Cargo.toml +++ b/net/webrtchttp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtchttp" -version = "0.9.0" +version = "0.9.1" authors = ["Taruntej Kanakamalla "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml index 9c50572e..c25b7ea6 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.9.0" +version = "0.9.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 3b883138..546f80b3 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.9.0" +version = "0.9.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 88ac29d2..dddf4cd2 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.9.0" +version = "0.9.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 0cf00bed..2edf6dc3 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 4eff43ba..96c0ea44 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge ", "Jan Schmidt "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index 67f65ade..13a6185b 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "GStreamer Toggle Record Plugin" diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml index f4397488..7ebc0e35 100644 --- a/utils/tracers/Cargo.toml +++ b/utils/tracers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tracers" -version = "0.9.0" +version = "0.9.1" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/utils/uriplaylistbin/Cargo.toml b/utils/uriplaylistbin/Cargo.toml index b6b824bf..ffd321bf 100644 --- a/utils/uriplaylistbin/Cargo.toml +++ b/utils/uriplaylistbin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-uriplaylistbin" -version = "0.9.0" +version = "0.9.1" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml index 4f1ef3c8..ba217aee 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.7.4" +version = "0.7.5" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"] diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 6a5a8788..a010997b 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.9.0" +version = "0.9.1" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml index 8c0c1665..a9258e67 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge ", "Jordan Petridis ", "Matthew Waters "] license = "MPL-2.0" edition = "2021" diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index 9c86dcfc..705fe6e4 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.9.0" +version = "0.9.1" authors = ["Philippe Normand "] edition = "2021" rust-version = "1.63" diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index b657fca9..f12446c3 100644 --- a/video/ffv1/Cargo.toml +++ b/video/ffv1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ffv1" -version = "0.9.0" +version = "0.9.1" authors = ["Arun Raghavan "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index e2ea1d19..3b0dfb7f 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.9.0" +version = "0.9.1" authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml index 7ee851c8..41210cb8 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gtk4" -version = "0.9.0" +version = "0.9.1" authors = ["Bilal Elmoussaoui ", "Jordan Petridis ", "Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml index a4091e6e..2e51f237 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.9.0" +version = "0.9.1" authors = ["Julien Bardagi "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/png/Cargo.toml b/video/png/Cargo.toml index c4d543f0..a3b175dc 100644 --- a/video/png/Cargo.toml +++ b/video/png/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-png" -version = "0.9.0" +version = "0.9.1" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index 5ea35189..ccc8f075 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.9.0" +version = "0.9.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/videofx/Cargo.toml b/video/videofx/Cargo.toml index 4a54409b..59b58e0a 100644 --- a/video/videofx/Cargo.toml +++ b/video/videofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-videofx" -version = "0.9.0" +version = "0.9.1" authors = ["Sanchayan Maity ", "Rafael Caricio "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml index 03004e68..9b819718 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.9.0" +version = "0.9.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021"