From f481bb74c4ab3e111103581e84a2314fb26757a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 26 Jun 2023 14:19:43 +0300 Subject: [PATCH] fmp4: Update to dash-mpd 0.10 for the example Part-of: --- mux/fmp4/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mux/fmp4/Cargo.toml b/mux/fmp4/Cargo.toml index 9c536e1d..7d9473dd 100644 --- a/mux/fmp4/Cargo.toml +++ b/mux/fmp4/Cargo.toml @@ -28,7 +28,7 @@ gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org gst-pbutils = { package = "gstreamer-pbutils", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_20"] } m3u8-rs = "5.0" chrono = "0.4" -dash-mpd = { version = "0.9", default-features = false } +dash-mpd = { version = "0.10", default-features = false } quick-xml = { version = "0.29", features = ["serialize"] } serde = "1"