mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
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:
parent
fab246f82e
commit
921938fd20
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ path = "src/lib.rs"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
gst-app = { workspace = true, features = ["v1_18"] }
|
gst-app = { workspace = true, features = ["v1_18"] }
|
||||||
gst-check = { workspace = true, features = ["v1_18"] }
|
gst-check = { workspace = true, features = ["v1_18"] }
|
||||||
|
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.16", default-features = false }
|
dash-mpd = { version = "0.16", default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue