diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 6fe1ec38..6905b0a0 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.0-alpha.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 afcd6bc2..a119033f 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.0-alpha.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 95bc3419..78f4a411 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.0-alpha.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 f5454c4a..0644fddb 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.0-alpha.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 67e4f494..d5c1ce91 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.0-alpha.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 7f5a1fb9..361583f6 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.0-alpha.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml index 22396c81..25117cbd 100644 --- a/generic/fmp4/Cargo.toml +++ b/generic/fmp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fmp4" -version = "0.9.0" +version = "0.9.0-alpha.1" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "Fragmented MP4 Plugin" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index fda10690..07704ef4 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.0-alpha.1" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "libsodium-based file encryption and decryption" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index 7503de9c..062ec85c 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.0-alpha.1" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "Threadshare Plugin" diff --git a/meson.build b/meson.build index 89c69f54..3d8ac24f 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gst-plugins-rs', 'rust', 'c', - version: '0.13.0', + version: '0.9.0-alpha.1', meson_version : '>= 0.60') python = import('python').find_installation() diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index a87d7b6c..19271311 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.0-alpha.1" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index 0265855d..f48a3bdf 100644 --- a/net/hlssink3/Cargo.toml +++ b/net/hlssink3/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-hlssink3" description = "HLS (HTTP Live Streaming) Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" -version = "0.9.0" +version = "0.9.0-alpha.1" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml index 6342961e..39f64977 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.0-alpha.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 52d120d5..10282614 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.0-alpha.1" authors = ["Tomasz Andrzejak "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "Rust Raptorq FEC Plugin" diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index 1126ff63..9fa2bed4 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.0-alpha.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/net/rtpav1/Cargo.toml b/net/rtpav1/Cargo.toml index 1dc96abb..b0ffd57f 100644 --- a/net/rtpav1/Cargo.toml +++ b/net/rtpav1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rtpav1" -version = "0.1.0" +version = "0.9.0-alpha.1" authors = ["Vivienne Watermeier "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/webrtc-http/Cargo.toml b/net/webrtc-http/Cargo.toml index aed6cfd5..173961a7 100644 --- a/net/webrtc-http/Cargo.toml +++ b/net/webrtc-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtchttp" -version = "0.1.0" +version = "0.9.0-alpha.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 e7118eda..352c08af 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.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 72d7e46b..efff17f4 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.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index e57715ae..61c631c0 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.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index fdc632a3..36486380 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.0-alpha.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 7b3199cf..c085e655 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.0-alpha.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 f7582408..23998c3b 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.0-alpha.1" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "Toggle Record Plugin" diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml index 04766bda..8e26cd84 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.0-alpha.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 508337c9..9843a579 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.0-alpha.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 005ac440..79a9e45c 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.9.0" +version = "0.9.0-alpha.1" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"] diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index ab18fab9..91529faa 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.0-alpha.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 852cc5e3..af30036e 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.0-alpha.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 189d887c..0c80049f 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.0-alpha.1" authors = ["Philippe Normand "] edition = "2021" rust-version = "1.63" diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index fab7a889..2151277d 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.0-alpha.1" authors = ["Arun Raghavan "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml index c81372d2..ed038f21 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.9.0" +version = "0.9.0-alpha.1" authors = ["Sebastian Dröge "] 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 9ba14527..2b66836d 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.0-alpha.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 1574f34f..be660454 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gtk4" -version = "0.1.0" +version = "0.9.0-alpha.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 a09f31ff..375f2ec2 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.0-alpha.1" authors = ["Julien Bardagi "] 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 02c9c566..836ff80e 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.0-alpha.1" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml index 78395738..f096e7da 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rspng" -version = "0.9.0" +version = "0.9.0-alpha.1" authors = ["Natanael Mojica "] 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 81292597..33436493 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.0-alpha.1" authors = ["Sanchayan Maity "] 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 1c5d4ae8..8ea1a263 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.0-alpha.1" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021"