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-03-14 15:01:04 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-03-14 15:01:04 +0300
commit751a4c7597dc3bdbc888ab58989e44c8d28f5da2 (patch)
tree0e8e11761c6c094dbcade2261e4571674633b1b7 /mux
parent821cccdb16a69fe4be860139b955af29bc4e1afa (diff)
Update versions to 0.10.4
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 1ea96817..09abaa4c 100644
--- a/mux/flavors/Cargo.toml
+++ b/mux/flavors/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flavors"
-version = "0.10.3"
+version = "0.10.4"
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 8a5aa528..8b47fda5 100644
--- a/mux/fmp4/Cargo.toml
+++ b/mux/fmp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
-version = "0.10.3"
+version = "0.10.4"
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 bf395412..c6f160ad 100644
--- a/mux/mp4/Cargo.toml
+++ b/mux/mp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-mp4"
-version = "0.10.3"
+version = "0.10.4"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "GStreamer Rust MP4 Plugin"