mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-12-22 16:16:37 +00:00
audio/audio_converter: Fix typo
This commit is contained in:
parent
0a119cada6
commit
219a14550c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ impl AudioConverterConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_quantization(&mut self, v: u32) {
|
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 {
|
pub fn get_quantization(&self) -> u32 {
|
||||||
|
|
Loading…
Reference in a new issue