From 921938fd20c8604c16dbb8984862fd5ad5b73b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 6 Apr 2024 10:46:36 +0300 Subject: [PATCH] fmp4mux: Require gstreamer-pbutils 1.20 for the examples Part-of: --- mux/fmp4/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mux/fmp4/Cargo.toml b/mux/fmp4/Cargo.toml index 75d6362d..e7e2b102 100644 --- a/mux/fmp4/Cargo.toml +++ b/mux/fmp4/Cargo.toml @@ -25,6 +25,7 @@ path = "src/lib.rs" [dev-dependencies] gst-app = { workspace = true, features = ["v1_18"] } gst-check = { workspace = true, features = ["v1_18"] } +gst-pbutils = { workspace = true, features = ["v1_20"] } m3u8-rs = "5.0" chrono = "0.4.35" dash-mpd = { version = "0.16", default-features = false }