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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-11-17 11:11:43 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-11-17 11:11:43 +0300
commit41a37db2c79a698f3ed50ead45656e3989f418ee (patch)
tree569d3b0c853f839b07e5aa902d2012c39452227e /net/hlssink3
parentf817f6e9b904828cdaccdf007e9f0f1bbc855dbd (diff)
hlssink3: Use local version of gst-plugin-version-helper
Diffstat (limited to 'net/hlssink3')
-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 04f6eee7..cf696364 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -23,7 +23,7 @@ gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org
gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
[build-dependencies]
-gst-plugin-version-helper = { git = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" }
+gst-plugin-version-helper = { path = "../../version-helper" }
[lib]
name = "gsthlssink3"