Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-08-10 17:18:49 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-08-10 17:21:11 +0300
commitd688aeb1844870dc54d851a91260a67cfbc6d557 (patch)
tree534da40d3df0cb08beff960322b168dd2abb3526
parent473bc94278d0f35111162b67052377728cf3c236 (diff)
Update versions to 0.12.0-alpha.1
-rw-r--r--audio/audiofx/Cargo.toml2
-rw-r--r--audio/claxon/Cargo.toml2
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/lewton/Cargo.toml2
-rw-r--r--audio/spotify/Cargo.toml2
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
-rw-r--r--meson.build2
-rw-r--r--mux/flavors/Cargo.toml2
-rw-r--r--mux/fmp4/Cargo.toml2
-rw-r--r--mux/mp4/Cargo.toml2
-rw-r--r--net/aws/Cargo.toml2
-rw-r--r--net/hlssink3/Cargo.toml2
-rw-r--r--net/ndi/Cargo.toml2
-rw-r--r--net/onvif/Cargo.toml2
-rw-r--r--net/raptorq/Cargo.toml2
-rw-r--r--net/reqwest/Cargo.toml2
-rw-r--r--net/rtp/Cargo.toml2
-rw-r--r--net/webrtc/Cargo.toml2
-rw-r--r--net/webrtc/protocol/Cargo.toml2
-rw-r--r--net/webrtc/signalling/Cargo.toml2
-rw-r--r--net/webrtchttp/Cargo.toml2
-rw-r--r--text/ahead/Cargo.toml2
-rw-r--r--text/json/Cargo.toml2
-rw-r--r--text/regex/Cargo.toml2
-rw-r--r--text/wrap/Cargo.toml2
-rw-r--r--tutorial/Cargo.toml2
-rw-r--r--utils/fallbackswitch/Cargo.toml2
-rw-r--r--utils/livesync/Cargo.toml2
-rw-r--r--utils/togglerecord/Cargo.toml2
-rw-r--r--utils/tracers/Cargo.toml2
-rw-r--r--utils/uriplaylistbin/Cargo.toml2
-rw-r--r--version-helper/Cargo.toml2
-rw-r--r--video/cdg/Cargo.toml2
-rw-r--r--video/closedcaption/Cargo.toml2
-rw-r--r--video/dav1d/Cargo.toml2
-rw-r--r--video/ffv1/Cargo.toml2
-rw-r--r--video/gif/Cargo.toml2
-rw-r--r--video/gtk4/Cargo.toml2
-rw-r--r--video/hsv/Cargo.toml2
-rw-r--r--video/png/Cargo.toml2
-rw-r--r--video/rav1e/Cargo.toml2
-rw-r--r--video/videofx/Cargo.toml2
-rw-r--r--video/webp/Cargo.toml2
45 files changed, 45 insertions, 45 deletions
diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml
index 0b30e86be..5c07628d5 100644
--- a/audio/audiofx/Cargo.toml
+++ b/audio/audiofx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-audiofx"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 12cd9e681..d7d94fd40 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-claxon"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Ruben Gonzalez <rgonzalez@fluendo.com>"]
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 cdb895d27..fc1fa4190 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-csound"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Natanael Mojica <neithanmo@gmail.com>"]
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 2a8fe31b1..9e31bc3f1 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-lewton"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 3b77b0696..8b9802bdb 100644
--- a/audio/spotify/Cargo.toml
+++ b/audio/spotify/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-spotify"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
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 b5d55fbfc..e77881aca 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-file"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 f1db52e22..7abe5123e 100644
--- a/generic/sodium/Cargo.toml
+++ b/generic/sodium/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-sodium"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Jordan Petridis <jordan@centricular.com>"]
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 b724fb1ef..f24f46884 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-threadshare"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1-or-later"
description = "GStreamer Threadshare Plugin"
diff --git a/meson.build b/meson.build
index 05b9a3d8a..37b40cb89 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gst-plugins-rs',
'rust',
'c',
- version: '0.11.0-alpha.1',
+ version: '0.12.0-alpha.1',
meson_version : '>= 0.60')
# dependencies.py needs a toml parsing module
diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml
index 41dc7c3bc..4126cd20c 100644
--- a/mux/flavors/Cargo.toml
+++ b/mux/flavors/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flavors"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 d20177255..73e1f01bb 100644
--- a/mux/fmp4/Cargo.toml
+++ b/mux/fmp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Fragmented MP4 Plugin"
diff --git a/mux/mp4/Cargo.toml b/mux/mp4/Cargo.toml
index 81e5221b4..ce74a7d90 100644
--- a/mux/mp4/Cargo.toml
+++ b/mux/mp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-mp4"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Rust MP4 Plugin"
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index 1350de3e2..d6a1d923b 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-aws"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Arun Raghavan <arun@arunraghavan.net>",
"Jordan Petridis <jordan@centricular.com>",
"Mathieu Duponchelle <mathieu@centricular.com>"]
diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml
index 00273e109..e7209b74a 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.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"
diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml
index b3af4a7c7..65d79e785 100644
--- a/net/ndi/Cargo.toml
+++ b/net/ndi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-ndi"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Ruben Gonzalez <rubenrua@teltek.es>", "Daniel Vilar <daniel.peiteado@teltek.es>", "Sebastian Dröge <sebastian@centricular.com>"]
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 c26fbc047..b72961939 100644
--- a/net/onvif/Cargo.toml
+++ b/net/onvif/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-onvif"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
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 16412a13f..cc3129c6f 100644
--- a/net/raptorq/Cargo.toml
+++ b/net/raptorq/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-raptorq"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Tomasz Andrzejak <andreiltd@gmail.com>"]
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 9e514481b..ffd8d8444 100644
--- a/net/reqwest/Cargo.toml
+++ b/net/reqwest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-reqwest"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 7a7ad9b12..a6cb1d750 100644
--- a/net/rtp/Cargo.toml
+++ b/net/rtp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rtp"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Vivienne Watermeier <vwatermeier@igalia.com>", "Sebastian Dröge <sebastian@centricular.com>"]
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 72229deed..7743029f5 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-webrtc"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>", "Thibault Saunier <tsaunier@igalia.com>"]
license = "MPL-2.0"
diff --git a/net/webrtc/protocol/Cargo.toml b/net/webrtc/protocol/Cargo.toml
index cd23312c8..633f8dafb 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.11.0-alpha.1"
+version = "0.12.0-alpha.1"
edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index e590d2d41..634d174b3 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.11.0-alpha.1"
+version = "0.12.0-alpha.1"
edition = "2021"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml
index 0c4fd1742..d53f91859 100644
--- a/net/webrtchttp/Cargo.toml
+++ b/net/webrtchttp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-webrtchttp"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Taruntej Kanakamalla <taruntej@asymptotic.io"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml
index 373c67bdd..f405a7729 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textahead"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
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 ef62d3ae7..874b98655 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-json"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index ad89e96f3..0de5c95f9 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-regex"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index 3f9e71df1..4f9f41a0c 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textwrap"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml
index 7f0b733b4..aabeb9e8b 100644
--- a/tutorial/Cargo.toml
+++ b/tutorial/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-tutorial"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 5c364920c..e4164ac2c 100644
--- a/utils/fallbackswitch/Cargo.toml
+++ b/utils/fallbackswitch/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fallbackswitch"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jan Schmidt <jan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml
index f82ba5675..c146ce6a1 100644
--- a/utils/livesync/Cargo.toml
+++ b/utils/livesync/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-livesync"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Jan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>"]
license = "MPL-2.0"
description = "Livesync Plugin"
diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml
index 2c1f1576a..ac7000ee8 100644
--- a/utils/togglerecord/Cargo.toml
+++ b/utils/togglerecord/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-togglerecord"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Toggle Record Plugin"
diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml
index baffee1fd..479bc0c71 100644
--- a/utils/tracers/Cargo.toml
+++ b/utils/tracers/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-tracers"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume.desmottes@onestream.live>"]
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 e6da3ab8a..e71dd5f94 100644
--- a/utils/uriplaylistbin/Cargo.toml
+++ b/utils/uriplaylistbin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-uriplaylistbin"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume.desmottes@onestream.live>"]
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 70f7c3ff5..d7b7c987b 100644
--- a/version-helper/Cargo.toml
+++ b/version-helper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-version-helper"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sajeer Ahamed <ahamedsajeer.15.15@cse.mrt.ac.lk>",
"Sebastian Dröge <sebastian@centricular.com>"]
categories = ["development-tools"]
diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml
index 9b515fcc6..8b1042007 100644
--- a/video/cdg/Cargo.toml
+++ b/video/cdg/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-cdg"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Guillaume Desmottes <guillaume.desmottes@collabora.com>"]
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 47b46bc17..48bf406bf 100644
--- a/video/closedcaption/Cargo.toml
+++ b/video/closedcaption/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-closedcaption"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>", "Jordan Petridis <jordan@centricular.com>", "Matthew Waters <matthew@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml
index 6fb820efb..1e011c210 100644
--- a/video/dav1d/Cargo.toml
+++ b/video/dav1d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-dav1d"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Philippe Normand <philn@igalia.com>"]
edition = "2021"
rust-version = "1.70"
diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml
index 10196e94d..a27fa230b 100644
--- a/video/ffv1/Cargo.toml
+++ b/video/ffv1/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-ffv1"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Arun Raghavan <arun@asymptotic.io>"]
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 c066ce614..21bc4a79e 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-gif"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Markus Ebner <info@ebner-markus.de>"]
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 311475f5b..b9f6b3948 100644
--- a/video/gtk4/Cargo.toml
+++ b/video/gtk4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-gtk4"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>", "Jordan Petridis <jordan@centricular.com>", "Sebastian Dröge <sebastian@centricular.com>"]
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 047ec5a3b..6ffe36f25 100644
--- a/video/hsv/Cargo.toml
+++ b/video/hsv/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-hsv"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Julien Bardagi <julien.bardagi@gmail.com>"]
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 5af72f941..7327750df 100644
--- a/video/png/Cargo.toml
+++ b/video/png/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-png"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Natanael Mojica <neithanmo@gmail.com>"]
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 c54cc15ea..34303c858 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-rav1e"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
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 b8e319bc5..c9a444b54 100644
--- a/video/videofx/Cargo.toml
+++ b/video/videofx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-videofx"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Sanchayan Maity <sanchayan@asymptotic.io>", "Rafael Caricio <rafael@caricio.com>"]
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 ff1123ce5..4f3d19401 100644
--- a/video/webp/Cargo.toml
+++ b/video/webp/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-webp"
-version = "0.11.0-alpha.1"
+version = "0.12.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"