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/hlssink3')
-rw-r--r--net/hlssink3/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/hlssink3/src/lib.rs b/net/hlssink3/src/lib.rs
index f5784988..c30425f9 100644
--- a/net/hlssink3/src/lib.rs
+++ b/net/hlssink3/src/lib.rs
@@ -6,6 +6,7 @@
// <https://mozilla.org/MPL/2.0/>.
//
// SPDX-License-Identifier: MPL-2.0
+#![allow(clippy::non_send_fields_in_send_ty)]
use glib::prelude::*;