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/rtp/src/av1/pay/mod.rs')
-rw-r--r--net/rtp/src/av1/pay/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rtp/src/av1/pay/mod.rs b/net/rtp/src/av1/pay/mod.rs
index b7d6b38d..f046b0cb 100644
--- a/net/rtp/src/av1/pay/mod.rs
+++ b/net/rtp/src/av1/pay/mod.rs
@@ -20,7 +20,7 @@ glib::wrapper! {
impl RTPAv1Pay {
pub fn new() -> Self {
- glib::Object::new_default()
+ glib::Object::new()
}
}