mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 18:16:28 +00:00
rav1e: Pin v_frame
dependency to version 0.2.5 for now
See https://github.com/rust-av/v_frame/issues/1
This commit is contained in:
parent
cd2eb3a22d
commit
f85321ce9f
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org
|
|||
rav1e = { version = "0.5", default-features = false }
|
||||
once_cell = "1.0"
|
||||
atomic_refcell = "0.1"
|
||||
v_frame = "=0.2.5"
|
||||
|
||||
[dev-dependencies]
|
||||
gst-check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
|
|
Loading…
Reference in a new issue