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
path: root/utils
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 /utils
parent473bc94278d0f35111162b67052377728cf3c236 (diff)
Update versions to 0.12.0-alpha.1
Diffstat (limited to 'utils')
-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
5 files changed, 5 insertions, 5 deletions
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"