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:
authorThibault Saunier <tsaunier@igalia.com>2022-10-20 13:37:47 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-10-20 14:32:31 +0300
commit71ed04d89bb9dfaa6b3cf5747e6d72cafcf583d5 (patch)
tree53cd636b0a67086754f5375acb78b610d1d3b112 /net/webrtc/signalling/Cargo.toml
parent25bda89ac8c6ecb7d0e1a1dba834cdf1189119a2 (diff)
webrtc: Rename signaller and protocol crates
Diffstat (limited to 'net/webrtc/signalling/Cargo.toml')
-rw-r--r--net/webrtc/signalling/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index 1008b819b..60482885e 100644
--- a/net/webrtc/signalling/Cargo.toml
+++ b/net/webrtc/signalling/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name="webrtcsink-signalling"
+name="gst-plugin-webrtc-signalling"
version = "0.1.0"
edition = "2018"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
@@ -23,4 +23,4 @@ uuid = { version = "1", features = ["v4"] }
thiserror = "1"
test-log = { version = "0.2", features = ["trace"], default-features = false }
pin-project-lite = "0.2"
-webrtcsink-protocol = { version = "0.1", path="../protocol" }
+gst_plugin_webrtc_protocol = { version = "0.1", path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }