fmp4: Update to dash-mpd 0.18

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2040>
This commit is contained in:
Sebastian Dröge 2025-01-14 09:16:50 +02:00
parent 9056c733c5
commit ba70293d2b
2 changed files with 27 additions and 27 deletions

52
Cargo.lock generated
View file

@ -1053,7 +1053,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfc9d3f5161702cf339e6337203ac26b64279383468247e45b36e221cb06cae" checksum = "5dfc9d3f5161702cf339e6337203ac26b64279383468247e45b36e221cb06cae"
dependencies = [ dependencies = [
"log", "log",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -1064,7 +1064,7 @@ checksum = "711a98fc25dbb1c2a76505ac7ede42a5ed81aa36360939ad7709e92eff7f8fe3"
dependencies = [ dependencies = [
"log", "log",
"muldiv", "muldiv",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -1492,9 +1492,9 @@ dependencies = [
[[package]] [[package]]
name = "dash-mpd" name = "dash-mpd"
version = "0.17.4" version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c44833111fbf9e1d1a59b61deaffd27e41d94b358335c5f06284abaf8ccec97" checksum = "df8c53700cb27af681192b9f2fdb2fc700c0d4a1efaa33f57a94d237156e4c98"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"base64-serde", "base64-serde",
@ -1511,7 +1511,7 @@ dependencies = [
"serde", "serde",
"serde_path_to_error", "serde_path_to_error",
"serde_with", "serde_with",
"thiserror 2.0.9", "thiserror 2.0.11",
"tracing", "tracing",
"url", "url",
"webm-iterable", "webm-iterable",
@ -2844,7 +2844,7 @@ dependencies = [
"libloading", "libloading",
"quick-xml 0.37.2", "quick-xml 0.37.2",
"smallvec", "smallvec",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -2911,7 +2911,7 @@ dependencies = [
"rustls-pemfile 2.2.0", "rustls-pemfile 2.2.0",
"rustls-pki-types", "rustls-pki-types",
"serial_test", "serial_test",
"thiserror 2.0.9", "thiserror 2.0.11",
"tokio", "tokio",
"url", "url",
"web-transport-quinn", "web-transport-quinn",
@ -3013,7 +3013,7 @@ dependencies = [
"rtp-types", "rtp-types",
"slab", "slab",
"smallvec", "smallvec",
"thiserror 2.0.9", "thiserror 2.0.11",
"time", "time",
"tokio", "tokio",
] ]
@ -3035,7 +3035,7 @@ dependencies = [
"rtsp-types", "rtsp-types",
"sdp-types", "sdp-types",
"socket2", "socket2",
"thiserror 2.0.9", "thiserror 2.0.11",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"url", "url",
@ -3213,7 +3213,7 @@ dependencies = [
"gstreamer-app", "gstreamer-app",
"more-asserts", "more-asserts",
"tempfile", "tempfile",
"thiserror 2.0.9", "thiserror 2.0.11",
"url", "url",
] ]
@ -3302,7 +3302,7 @@ dependencies = [
"reqwest 0.11.27", "reqwest 0.11.27",
"serde", "serde",
"serde_json", "serde_json",
"thiserror 2.0.9", "thiserror 2.0.11",
"tokio", "tokio",
"tokio-native-tls", "tokio-native-tls",
"tokio-stream", "tokio-stream",
@ -3328,7 +3328,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"test-log", "test-log",
"thiserror 2.0.9", "thiserror 2.0.11",
"tokio", "tokio",
"tokio-native-tls", "tokio-native-tls",
"tracing", "tracing",
@ -3384,7 +3384,7 @@ dependencies = [
"serde", "serde",
"serde_bytes", "serde_bytes",
"smallvec", "smallvec",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -3663,7 +3663,7 @@ dependencies = [
"gstreamer-pbutils-sys", "gstreamer-pbutils-sys",
"gstreamer-video", "gstreamer-video",
"libc", "libc",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -3744,7 +3744,7 @@ dependencies = [
"gstreamer", "gstreamer",
"gstreamer-app", "gstreamer-app",
"gstreamer-video", "gstreamer-video",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -3760,7 +3760,7 @@ dependencies = [
"gstreamer-video-sys", "gstreamer-video-sys",
"libc", "libc",
"serde", "serde",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -6023,7 +6023,7 @@ dependencies = [
"rustc-hash 2.1.0", "rustc-hash 2.1.0",
"rustls 0.23.20", "rustls 0.23.20",
"socket2", "socket2",
"thiserror 2.0.9", "thiserror 2.0.11",
"tokio", "tokio",
"tracing", "tracing",
] ]
@ -6043,7 +6043,7 @@ dependencies = [
"rustls-pki-types", "rustls-pki-types",
"rustls-platform-verifier", "rustls-platform-verifier",
"slab", "slab",
"thiserror 2.0.9", "thiserror 2.0.11",
"tinyvec", "tinyvec",
"tracing", "tracing",
"web-time", "web-time",
@ -6219,7 +6219,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"libredox", "libredox",
"thiserror 2.0.9", "thiserror 2.0.11",
] ]
[[package]] [[package]]
@ -7477,11 +7477,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.9" version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [ dependencies = [
"thiserror-impl 2.0.9", "thiserror-impl 2.0.11",
] ]
[[package]] [[package]]
@ -7497,9 +7497,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.9" version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote 1.0.38", "quote 1.0.38",
@ -8643,9 +8643,9 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]] [[package]]
name = "xattr" name = "xattr"
version = "1.3.1" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909"
dependencies = [ dependencies = [
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",

View file

@ -28,7 +28,7 @@ gst-check = { workspace = true, features = ["v1_18"] }
gst-pbutils = { workspace = true, features = ["v1_20"] } gst-pbutils = { workspace = true, features = ["v1_20"] }
m3u8-rs = "5.0" m3u8-rs = "5.0"
chrono = "0.4.35" chrono = "0.4.35"
dash-mpd = { version = "0.17", default-features = false } dash-mpd = { version = "0.18", default-features = false }
quick-xml = { version = "0.37", features = ["serialize"] } quick-xml = { version = "0.37", features = ["serialize"] }
serde = "1" serde = "1"