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
diff options
context:
space:
mode:
Diffstat (limited to 'net/webrtc/src/whip_signaller/mod.rs')
-rw-r--r--net/webrtc/src/whip_signaller/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/webrtc/src/whip_signaller/mod.rs b/net/webrtc/src/whip_signaller/mod.rs
index d699b015..98c25cee 100644
--- a/net/webrtc/src/whip_signaller/mod.rs
+++ b/net/webrtc/src/whip_signaller/mod.rs
@@ -13,18 +13,12 @@ glib::wrapper! {
pub struct WhipServerSignaller(ObjectSubclass<imp::WhipServer>) @implements Signallable;
}
-unsafe impl Send for WhipClientSignaller {}
-unsafe impl Sync for WhipClientSignaller {}
-
impl Default for WhipClientSignaller {
fn default() -> Self {
glib::Object::new()
}
}
-unsafe impl Send for WhipServerSignaller {}
-unsafe impl Sync for WhipServerSignaller {}
-
impl Default for WhipServerSignaller {
fn default() -> Self {
let sig: WhipServerSignaller = glib::Object::new();