Skip to content
Snippets Groups Projects
Commit cebc7456 authored by Vivia Nikolaidou's avatar Vivia Nikolaidou :duck: Committed by Sebastian Dröge
Browse files

audio/audio_converter: Fix typo

parent 4655fecb
No related branches found
No related tags found
Loading
......@@ -97,7 +97,7 @@ impl AudioConverterConfig {
}
pub fn set_quantization(&mut self, v: u32) {
self.0.set("GstAudioConverter.dither-quantization", &v);
self.0.set("GstAudioConverter.quantization", &v);
}
pub fn get_quantization(&self) -> u32 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment