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

github.com/sdroege/gst-plugin-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>2022-10-24 17:50:58 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-24 18:25:05 +0300
commit2ff40142dba2414229e20546147c5bbd1332743a (patch)
treeeee31f3ab16c7678c1a9c9954108d2d5ecd7b92c /mux
parentb64f95116001647e1f6795b188cd64096290e224 (diff)
Update versions to 0.9.0
Diffstat (limited to 'mux')
-rw-r--r--mux/flavors/Cargo.toml2
-rw-r--r--mux/fmp4/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml
index 7f8eceeb..23e3787e 100644
--- a/mux/flavors/Cargo.toml
+++ b/mux/flavors/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flavors"
-version = "0.9.0-alpha.1"
+version = "0.9.0"
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 f72c84a7..98b4e429 100644
--- a/mux/fmp4/Cargo.toml
+++ b/mux/fmp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
-version = "0.9.0-alpha.1"
+version = "0.9.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Fragmented MP4 Plugin"