fmp4: Update to dash-mpd 0.10 for the example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1260>
This commit is contained in:
Sebastian Dröge 2023-06-26 14:19:43 +03:00
parent 042a297d1a
commit f481bb74c4

View file

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