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:
Diffstat (limited to 'generic/threadshare/src/lib.rs')
-rw-r--r--generic/threadshare/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/src/lib.rs b/generic/threadshare/src/lib.rs
index af57fffc2..1264cbf56 100644
--- a/generic/threadshare/src/lib.rs
+++ b/generic/threadshare/src/lib.rs
@@ -53,7 +53,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
queue::register(plugin)?;
proxy::register(plugin)?;
appsrc::register(plugin)?;
- jitterbuffer::jitterbuffer::register(plugin)?;
+ jitterbuffer::register(plugin)?;
inputselector::register(plugin)?;
Ok(())