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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-10-20 20:10:43 +0300
committerThibault Saunier <tsaunier@igalia.com>2022-10-20 21:20:15 +0300
commit5c89c3db69f0160b71cb1e17eaf2f8b32bffa5fe (patch)
tree61141a0575ccbc22d380803434b16d006a4f3942 /net
parent60223d127ec4daef3dc7507308d6e85c5720be9a (diff)
webrtc: Rename and add to meson build the signalling server
The binary was only called `server` it has been renamed to `gst-webrtc-signalling-server` and is installed in meson.
Diffstat (limited to 'net')
-rw-r--r--net/webrtc/signalling/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml
index ea5820a4..70ff6051 100644
--- a/net/webrtc/signalling/Cargo.toml
+++ b/net/webrtc/signalling/Cargo.toml
@@ -25,3 +25,7 @@ thiserror = "1"
test-log = { version = "0.2", features = ["trace"], default-features = false }
pin-project-lite = "0.2"
gst_plugin_webrtc_protocol = { version = "0.9", path="../protocol", package = "gst-plugin-webrtc-signalling-protocol" }
+
+[[bin]]
+name = "gst-webrtc-signalling-server"
+path = "src/bin/server.rs"