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 'audio/audiofx/src/hrtfrender/imp.rs')
-rw-r--r--audio/audiofx/src/hrtfrender/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audiofx/src/hrtfrender/imp.rs b/audio/audiofx/src/hrtfrender/imp.rs
index 38696588..feccf888 100644
--- a/audio/audiofx/src/hrtfrender/imp.rs
+++ b/audio/audiofx/src/hrtfrender/imp.rs
@@ -394,7 +394,7 @@ impl HrtfRender {
state.reset_processors();
drop(state_guard);
- self.instance().src_pad().push(outbuf)
+ self.obj().src_pad().push(outbuf)
}
}