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>2023-05-09 20:38:27 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-05-09 20:44:27 +0300
commit573307b32ee4a92356886c935df8dda46ca73cfb (patch)
tree02448e799928734c126a9fd0623f50fb66967c87 /mux
parentd750e801bc4fd2fb5aa4cf8ecf6c1d26d64537dc (diff)
Update version to 0.10.7
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 9dd29771..a4c8ea46 100644
--- a/mux/flavors/Cargo.toml
+++ b/mux/flavors/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flavors"
-version = "0.10.6"
+version = "0.10.7"
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 43e1e6b5..ac91a722 100644
--- a/mux/fmp4/Cargo.toml
+++ b/mux/fmp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
-version = "0.10.6"
+version = "0.10.7"
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 abfa43ed..933470bd 100644
--- a/mux/mp4/Cargo.toml
+++ b/mux/mp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-mp4"
-version = "0.10.6"
+version = "0.10.7"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Rust MP4 Plugin"