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:
authorSeungha Yang <seungha@centricular.com>2023-09-24 11:51:45 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-10 18:32:39 +0300
commitfe333063abfac5924206d1913bb2c6f0e6642be3 (patch)
treec76059bd1c6931bd1b63cd754f8ca9587a4d8ab7 /net/hlssink3/Cargo.toml
parent0bb381aad955bc1f7983dabdf61d771ccca7459c (diff)
hlssink3: Use sprintf for segment name formatting
The zero-padded naming requirement is unnecessary. Use simple sprintf instead Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1387>
Diffstat (limited to 'net/hlssink3/Cargo.toml')
-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 d3f8ae0a6..bdba7923c 100644
--- a/net/hlssink3/Cargo.toml
+++ b/net/hlssink3/Cargo.toml
@@ -15,7 +15,7 @@ glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.16", version = "0.16" }
once_cell = "1.7.2"
m3u8-rs = "5.0"
-regex = "1"
+sprintf = "0.1.3"
[dev-dependencies]
gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", branch = "0.19", version = "0.19" }