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/net
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:08:32 +0300
commitf84f54fc780ef83be32b34145a9b52c38b27fcde (patch)
tree416f98d2a0aab79399a85d091d90ed280ffa7947 /net
parent00172c04858afe6d050755fa6d8b55ed19e0bbcb (diff)
hlssink3: Fix version
Diffstat (limited to 'net')
-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 8bbdb6ef..6d023328 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.8.0"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2021"
license = "MPL-2.0"