mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
examples: webrtc: update multiparty-sendrecv dependencies
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5809>
This commit is contained in:
parent
009e286375
commit
c43c550c06
2 changed files with 473 additions and 309 deletions
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@ async-std = "1"
|
|||
clap = { version = "4", features = ["derive"] }
|
||||
anyhow = "1"
|
||||
rand = "0.8"
|
||||
async-tungstenite = { version = "0.23", features = ["async-std-runtime", "async-native-tls"] }
|
||||
async-tungstenite = { version = "0.24", features = ["async-std-runtime", "async-native-tls"] }
|
||||
gst = { package = "gstreamer", version = "0.21" }
|
||||
gst-webrtc = { package = "gstreamer-webrtc", version = "0.21" }
|
||||
gst-sdp = { package = "gstreamer-sdp", version = "0.21" }
|
||||
|
|
Loading…
Reference in a new issue