Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEva Pace <eba.pachi@gmail.com>2023-10-16 19:16:52 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-01-17 23:33:57 +0300
commit80b58f3b45d2c3adee5684888937a3aa30e30cd7 (patch)
tree1c61eca96c53bdd0fe6cca79f72311c53a44644b /Cargo.lock
parent773ebc78541f5ba7b43477c5561fab2c91c025bc (diff)
net/webrtc/janusvr: add JanusVRWebRTCSink plugin/signaller
The JanusVRWebRTCSink is a new plugin that integrates with the Video Room plugin of the Janus Gateway, which simplifies WebRTC communication. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1362>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 275de9b4d..623457519 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2816,10 +2816,12 @@ dependencies = [
"gstreamer-video",
"gstreamer-webrtc",
"http 0.2.11",
+ "http 1.0.0",
"human_bytes",
"livekit-api",
"livekit-protocol",
"parse_link_header",
+ "rand",
"regex",
"reqwest",
"serde",