mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
volume: fix sample depth typo
https://bugzilla.gnome.org/show_bug.cgi?id=656022
This commit is contained in:
parent
5580dd6a4d
commit
c2ce145e72
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ volume_choose_func (GstVolume * self)
|
|||
case 8:
|
||||
/* only clamp if the gain is greater than 1.0
|
||||
*/
|
||||
if (self->current_vol_i16 > VOLUME_UNITY_INT8) {
|
||||
if (self->current_vol_i8 > VOLUME_UNITY_INT8) {
|
||||
self->process = volume_process_int8_clamp;
|
||||
} else {
|
||||
self->process = volume_process_int8;
|
||||
|
|
Loading…
Reference in a new issue