fmp4mux: Require gstreamer-pbutils 1.20 for the examples

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1530>
This commit is contained in:
Sebastian Dröge 2024-04-06 10:46:36 +03:00
parent fab246f82e
commit 921938fd20

View file

@ -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 }