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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-01-16 15:08:32 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-01-16 15:15:29 +0300
commiteb8dfb28f11676ffaf18a01fa74abf81f7915545 (patch)
tree3b5fd686de49b903fb821ddaad3be029ba3e8fa7
parent0dd6e303ce2d1391bbd1b8c67722c6bdd3c7a621 (diff)
hlssink3: Fix versionmaster
-rw-r--r--net/hlssink3/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml
index 4161e0999..5dbf4d58e 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -2,7 +2,7 @@
name = "gst-plugin-hlssink3"
description = "HLS (HTTP Live Streaming) Plugin"
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
-version = "0.1.0"
+version = "0.9.0"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"