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/mux
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-02-10 01:23:56 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-10 01:23:56 +0300
commit1e13dbb99cc4d46feb145965cffc190367346fe9 (patch)
treec4f5bff55b718185459c93a10f119d59799fd0b6 /mux
parent994c79569e1fd5a8adb909a611b21607fc2db128 (diff)
Update versions to 0.11.0-alpha.1
Diffstat (limited to 'mux')
-rw-r--r--mux/flavors/Cargo.toml2
-rw-r--r--mux/fmp4/Cargo.toml2
-rw-r--r--mux/mp4/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml
index 9359f1d66..088d8617c 100644
--- a/mux/flavors/Cargo.toml
+++ b/mux/flavors/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flavors"
-version = "0.10.0-alpha.1"
+version = "0.11.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 be62aae73..38f358a05 100644
--- a/mux/fmp4/Cargo.toml
+++ b/mux/fmp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
-version = "0.10.0-alpha.1"
+version = "0.11.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 121baf12c..1edf5c671 100644
--- a/mux/mp4/Cargo.toml
+++ b/mux/mp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-mp4"
-version = "0.10.0-alpha.1"
+version = "0.11.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Rust MP4 Plugin"